#9F91FB

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

Shades of Light Slate Blue #9F91FB

Tints of Light Slate Blue #9F91FB

Color information

#9F91FB (or 0x9F91FB) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 91 and FB. RGB value is (159,145,251). Sum of RGB (Red+Green+Blue) = 159+145+251=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F91FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F91FB is #606E04. Grayscale: #A0A0A0. Windows color (decimal): -6319621 or 16486815. OLE color: 16486815.

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

Color convert

RGB159145251-
CMYK0.370.4200.02
HSL247.92º92.98%77.65%-
HSV(B)247.92º42.23%98.43%-
XYZ41.8434.5995.74-
YUV161.27178.64126.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.65%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 251 (98.44% from 255) = 45.23%
R=28.65%
G=26.13%
B=45.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591452510.370.4200.02247.9292.9877.65
Hex9F91FB252A02f85d4e
Octal237221373455202370135116
Binary1001111110010001111110111001011010100101111100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F91FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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