#9C8DF9

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

Shades of Light Slate Blue #9C8DF9

Tints of Light Slate Blue #9C8DF9

Color information

#9C8DF9 (or 0x9C8DF9) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 8D and F9. RGB value is (156,141,249). Sum of RGB (Red+Green+Blue) = 156+141+249=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C8DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8DF9 is #637206. Grayscale: #9D9D9D. Windows color (decimal): -6517255 or 16354716. OLE color: 16354716.

HSL color Cylindrical-coordinate representation of color #9C8DF9: hue angle of 248.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C8DF9 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156141249-
CMYK0.370.4300.02
HSL248.33º90%76.47%-
HSV(B)248.33º43.37%97.65%-
XYZ40.3332.9693.86-
YUV157.8179.47126.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.57%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 249 (97.66% from 255) = 45.60%
R=28.57%
G=25.82%
B=45.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561412490.370.4300.02248.339076.47
Hex9C8DF9252B02f85a4c
Octal234215371455302370132114
Binary1001110010001101111110011001011010110101111100010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,141,249); }

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

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

 a { background-color: rgb(156,141,249); }

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

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

 span { border-color: rgb(156,141,249); }

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