#8C79EF

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

Shades of Light Slate Blue #8C79EF

Tints of Light Slate Blue #8C79EF

Color information

#8C79EF (or 0x8C79EF) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 79 and EF. RGB value is (140,121,239). Sum of RGB (Red+Green+Blue) = 140+121+239=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C79EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C79EF is #738610. Grayscale: #8B8B8B. Windows color (decimal): -7570961 or 15694220. OLE color: 15694220.

HSL color Cylindrical-coordinate representation of color #8C79EF: hue angle of 249.66º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C79EF is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140121239-
CMYK0.410.4900.06
HSL249.66º78.67%70.59%-
HSV(B)249.66º49.37%93.73%-
XYZ33.2325.4884.83-
YUV140.13183.79127.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28%
GREEN value IS 121 (47.66% from 255) = 24.2%
BLUE value IS 239 (93.75% from 255) = 47.8%
R=28%
G=24.2%
B=47.8%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401212390.410.4900.06249.6678.6770.59
Hex8C79EF293106fa4f47
Octal214171357516106372117107
Binary1000110011110011110111110100111000101101111101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C79EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C79EF; }

 p { color: rgb(140,121,239); }

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

<style>
 a { background-color: #8C79EF; }

 a { background-color: rgb(140,121,239); }

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

<style>
 span { border-color: #8C79EF; }

 span { border-color: rgb(140,121,239); }

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