#9C86FD

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

Shades of Light Slate Blue #9C86FD

Tints of Light Slate Blue #9C86FD

Color information

#9C86FD (or 0x9C86FD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 86 and FD. RGB value is (156,134,253). Sum of RGB (Red+Green+Blue) = 156+134+253=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C86FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C86FD is #637902. Grayscale: #999999. Windows color (decimal): -6519043 or 16615068. OLE color: 16615068.

HSL color Cylindrical-coordinate representation of color #9C86FD: hue angle of 251.09º degrees, saturation: 0.97, 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 #9C86FD is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156134253-
CMYK0.380.4700.01
HSL251.09º96.75%75.88%-
HSV(B)251.09º47.04%99.22%-
XYZ39.9731.2196.85-
YUV154.14183.79129.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.73%
GREEN value IS 134 (52.73% from 255) = 24.68%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=28.73%
G=24.68%
B=46.59%

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
Decimal1561342530.380.4700.01251.0996.7575.88
Hex9C86FD262F01fb614c
Octal234206375465701373141114
Binary100111001000011011111101100110101111011111101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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