#9C8EF3

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

Shades of Light Slate Blue #9C8EF3

Tints of Light Slate Blue #9C8EF3

Color information

#9C8EF3 (or 0x9C8EF3) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 8E and F3. RGB value is (156,142,243). Sum of RGB (Red+Green+Blue) = 156+142+243=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #9C8EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8EF3 is #63710C. Grayscale: #9D9D9D. Windows color (decimal): -6517005 or 15961756. OLE color: 15961756.

HSL color Cylindrical-coordinate representation of color #9C8EF3: hue angle of 248.32º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C8EF3 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156142243-
CMYK0.360.4200.05
HSL248.32º80.8%75.49%-
HSV(B)248.32º41.56%95.29%-
XYZ39.5632.8889.06-
YUV157.7176.14126.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.84%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 243 (95.31% from 255) = 44.92%
R=28.84%
G=26.25%
B=44.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1561422430.360.4200.05248.3280.875.49
Hex9C8EF3242A05f8514b
Octal234216363445205370121113
Binary10011100100011101111001110010010101001011111100010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C8EF3; }

 p { color: rgb(156,142,243); }

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

<style>
 a { background-color: #9C8EF3; }

 a { background-color: rgb(156,142,243); }

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

<style>
 span { border-color: #9C8EF3; }

 span { border-color: rgb(156,142,243); }

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