#7872ee

Color #7872EE Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7872EE

Tints of Medium Slate Blue #7872EE

Color information

#7872EE (or 0x7872EE) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 72 and EE. RGB value is (120,114,238). Sum of RGB (Red+Green+Blue) = 120+114+238=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #7872EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7872EE is #878D11. Grayscale: #818181. Windows color (decimal): -8883474 or 15626872. OLE color: 15626872.

HSL color Cylindrical-coordinate representation of color #7872EE: hue angle of 242.9º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7872EE is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120114238-
CMYK0.500.5200.07
HSL242.9º78.48%69.02%-
HSV(B)242.9º52.1%93.33%-
XYZ29.222.283.64-
YUV129.93188.99120.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 25.42%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 238 (93.36% from 255) = 50.42%
R=25.42%
G=24.15%
B=50.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1201142380.500.5200.07242.978.4869.02
Hex7872EE323407f34e45
Octal170162356626407363116105
Binary111100011100101110111011001011010001111111001110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7872ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7872ee; }

 p { color: rgb(120,114,238); }

 H1.HeaderClassName
 {
   color: #7872ee;
 }
 .AnyTagClassName
 {
   color: #7872ee;
 }
</style>
background-color css

<style>
 a { background-color: #7872ee; }

 a { background-color: rgb(120,114,238); }

 div.DivClassName
 {
   background-color: #7872ee;
 }
 .BgClassName
 {
   background-color: #7872ee;
 }
</style>
border-color css

<style>
 span { border-color: #7872ee; }

 span { border-color: rgb(120,114,238); }

 td.TdClassName
 {
   border-color: #7872ee;
 }
 .TagClassName
 {
   border-color: #7872ee;
 }
</style>