#9F91FA

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

Shades of Light Slate Blue #9F91FA

Tints of Light Slate Blue #9F91FA

Color information

#9F91FA (or 0x9F91FA) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 91 and FA. RGB value is (159,145,250). Sum of RGB (Red+Green+Blue) = 159+145+250=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F91FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F91FA is #606E05. Grayscale: #A0A0A0. Windows color (decimal): -6319622 or 16421279. OLE color: 16421279.

HSL color Cylindrical-coordinate representation of color #9F91FA: hue angle of 248º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F91FA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159145250-
CMYK0.360.4200.02
HSL248º91.3%77.45%-
HSV(B)248º42%98.04%-
XYZ41.6834.5294.91-
YUV161.16178.14126.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.70%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=28.70%
G=26.17%
B=45.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591452500.360.4200.0224891.377.45
Hex9F91FA242A02f85b4d
Octal237221372445202370133115
Binary1001111110010001111110101001001010100101111100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F91FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,145,250); }

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

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

 a { background-color: rgb(159,145,250); }

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

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

 span { border-color: rgb(159,145,250); }

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