#9F85FC

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

Shades of Light Slate Blue #9F85FC

Tints of Light Slate Blue #9F85FC

Color information

#9F85FC (or 0x9F85FC) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 85 and FC. RGB value is (159,133,252). Sum of RGB (Red+Green+Blue) = 159+133+252=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F85FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F85FC is #607A03. Grayscale: #999999. Windows color (decimal): -6322692 or 16549279. OLE color: 16549279.

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

Color convert

RGB159133252-
CMYK0.370.4700.01
HSL253.11º95.2%75.49%-
HSV(B)253.11º47.22%98.82%-
XYZ40.2631.1795.99-
YUV154.34183.11131.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.23%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 252 (98.83% from 255) = 46.32%
R=29.23%
G=24.45%
B=46.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591332520.370.4700.01253.1195.275.49
Hex9F85FC252F01fd5f4b
Octal237205374455701375137113
Binary100111111000010111111100100101101111011111110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F85FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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