#9F95FE

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

Shades of Light Slate Blue #9F95FE

Tints of Light Slate Blue #9F95FE

Color information

#9F95FE (or 0x9F95FE) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 95 and FE. RGB value is (159,149,254). Sum of RGB (Red+Green+Blue) = 159+149+254=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F95FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F95FE is #606A01. Grayscale: #A3A3A3. Windows color (decimal): -6318594 or 16684447. OLE color: 16684447.

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

Color convert

RGB159149254-
CMYK0.370.4100.00
HSL245.71º98.13%79.02%-
HSV(B)245.71º41.34%99.61%-
XYZ42.9336.0298.46-
YUV163.96178.81124.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.29%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=28.29%
G=26.51%
B=45.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1591492540.370.4100.00245.7198.1379.02
Hex9F95FE252900f6624f
Octal237225376455100366142117
Binary100111111001010111111110100101101001001111011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F95FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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