#8C8EFC

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

Shades of Light Slate Blue #8C8EFC

Tints of Light Slate Blue #8C8EFC

Color information

#8C8EFC (or 0x8C8EFC) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 8E and FC. RGB value is (140,142,252). Sum of RGB (Red+Green+Blue) = 140+142+252=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C8EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8EFC is #737103. Grayscale: #999999. Windows color (decimal): -7565572 or 16551564. OLE color: 16551564.

HSL color Cylindrical-coordinate representation of color #8C8EFC: hue angle of 238.93º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C8EFC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140142252-
CMYK0.440.4400.01
HSL238.93º94.92%76.86%-
HSV(B)238.93º44.44%98.82%-
XYZ38.0631.9596.26-
YUV153.94183.34118.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.22%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 252 (98.83% from 255) = 47.19%
R=26.22%
G=26.59%
B=47.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401422520.440.4400.01238.9394.9276.86
Hex8C8EFC2C2C01ef5f4d
Octal214216374545401357137115
Binary100011001000111011111100101100101100011110111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,142,252); }

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

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

 a { background-color: rgb(140,142,252); }

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

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

 span { border-color: rgb(140,142,252); }

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