#9F85FB

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

Shades of Light Slate Blue #9F85FB

Tints of Light Slate Blue #9F85FB

Color information

#9F85FB (or 0x9F85FB) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 85 and FB. RGB value is (159,133,251). Sum of RGB (Red+Green+Blue) = 159+133+251=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F85FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F85FB is #607A04. Grayscale: #999999. Windows color (decimal): -6322693 or 16483743. OLE color: 16483743.

HSL color Cylindrical-coordinate representation of color #9F85FB: hue angle of 253.22º 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 #9F85FB is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159133251-
CMYK0.370.4700.02
HSL253.22º93.65%75.29%-
HSV(B)253.22º47.01%98.43%-
XYZ40.131.1195.16-
YUV154.23182.61131.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.28%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 251 (98.44% from 255) = 46.22%
R=29.28%
G=24.49%
B=46.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591332510.370.4700.02253.2293.6575.29
Hex9F85FB252F02fd5e4b
Octal237205373455702375136113
Binary1001111110000101111110111001011011110101111110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F85FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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