#9C86FC

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

Shades of Light Slate Blue #9C86FC

Tints of Light Slate Blue #9C86FC

Color information

#9C86FC (or 0x9C86FC) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 86 and FC. RGB value is (156,134,252). Sum of RGB (Red+Green+Blue) = 156+134+252=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C86FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C86FC is #637903. Grayscale: #999999. Windows color (decimal): -6519044 or 16549532. OLE color: 16549532.

HSL color Cylindrical-coordinate representation of color #9C86FC: hue angle of 251.19º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C86FC is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156134252-
CMYK0.380.4700.01
HSL251.19º95.16%75.69%-
HSV(B)251.19º46.83%98.82%-
XYZ39.8131.1596.01-
YUV154.03183.29129.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.78%
GREEN value IS 134 (52.73% from 255) = 24.72%
BLUE value IS 252 (98.83% from 255) = 46.49%
R=28.78%
G=24.72%
B=46.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561342520.380.4700.01251.1995.1675.69
Hex9C86FC262F01fb5f4c
Octal234206374465701373137114
Binary100111001000011011111100100110101111011111101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C86FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,134,252); }

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

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

 a { background-color: rgb(156,134,252); }

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

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

 span { border-color: rgb(156,134,252); }

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