#9C8BF6

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

Shades of Light Slate Blue #9C8BF6

Tints of Light Slate Blue #9C8BF6

Color information

#9C8BF6 (or 0x9C8BF6) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 8B and F6. RGB value is (156,139,246). Sum of RGB (Red+Green+Blue) = 156+139+246=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C8BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8BF6 is #637409. Grayscale: #9B9B9B. Windows color (decimal): -6517770 or 16157596. OLE color: 16157596.

HSL color Cylindrical-coordinate representation of color #9C8BF6: hue angle of 249.53º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C8BF6 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB156139246-
CMYK0.370.4300.04
HSL249.53º85.6%75.49%-
HSV(B)249.53º43.5%96.47%-
XYZ39.5832.1991.32-
YUV156.28178.63127.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.84%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 246 (96.48% from 255) = 45.47%
R=28.84%
G=25.69%
B=45.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1561392460.370.4300.04249.5385.675.49
Hex9C8BF6252B04fa564b
Octal234213366455304372126113
Binary10011100100010111111011010010110101101001111101010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,139,246); }

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

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

 a { background-color: rgb(156,139,246); }

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

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

 span { border-color: rgb(156,139,246); }

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