#9C85FE

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

Shades of Light Slate Blue #9C85FE

Tints of Light Slate Blue #9C85FE

Color information

#9C85FE (or 0x9C85FE) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 85 and FE. RGB value is (156,133,254). Sum of RGB (Red+Green+Blue) = 156+133+254=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C85FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C85FE is #637A01. Grayscale: #999999. Windows color (decimal): -6519298 or 16680348. OLE color: 16680348.

HSL color Cylindrical-coordinate representation of color #9C85FE: hue angle of 251.4º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C85FE is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB156133254-
CMYK0.390.4800.00
HSL251.4º98.37%75.88%-
HSV(B)251.4º47.64%99.61%-
XYZ39.993197.64-
YUV153.67184.62129.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.73%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 254 (99.61% from 255) = 46.78%
R=28.73%
G=24.49%
B=46.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1561332540.390.4800.00251.498.3775.88
Hex9C85FE273000fb624c
Octal234205376476000373142114
Binary100111001000010111111110100111110000001111101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,133,254); }

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

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

 a { background-color: rgb(156,133,254); }

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

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

 span { border-color: rgb(156,133,254); }

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