#9C85FB

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

Shades of Light Slate Blue #9C85FB

Tints of Light Slate Blue #9C85FB

Color information

#9C85FB (or 0x9C85FB) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 85 and FB. RGB value is (156,133,251). Sum of RGB (Red+Green+Blue) = 156+133+251=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C85FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C85FB is #637A04. Grayscale: #989898. Windows color (decimal): -6519301 or 16483740. OLE color: 16483740.

HSL color Cylindrical-coordinate representation of color #9C85FB: hue angle of 251.69º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C85FB is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156133251-
CMYK0.380.4700.02
HSL251.69º93.65%75.29%-
HSV(B)251.69º47.01%98.43%-
XYZ39.5130.8195.13-
YUV153.33183.12129.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.89%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 251 (98.44% from 255) = 46.48%
R=28.89%
G=24.63%
B=46.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561332510.380.4700.02251.6993.6575.29
Hex9C85FB262F02fc5e4b
Octal234205373465702374136113
Binary1001110010000101111110111001101011110101111110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C85FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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