#9F95FB

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

Shades of Light Slate Blue #9F95FB

Tints of Light Slate Blue #9F95FB

Color information

#9F95FB (or 0x9F95FB) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 95 and FB. RGB value is (159,149,251). Sum of RGB (Red+Green+Blue) = 159+149+251=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F95FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F95FB is #606A04. Grayscale: #A3A3A3. Windows color (decimal): -6318597 or 16487839. OLE color: 16487839.

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

Color convert

RGB159149251-
CMYK0.370.4100.02
HSL245.88º92.73%78.43%-
HSV(B)245.88º40.64%98.43%-
XYZ42.4635.8395.95-
YUV163.62177.31124.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.44%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=28.44%
G=26.65%
B=44.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591492510.370.4100.02245.8892.7378.43
Hex9F95FB252902f65d4e
Octal237225373455102366135116
Binary1001111110010101111110111001011010010101111011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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