#9F97FE

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

Shades of Light Slate Blue #9F97FE

Tints of Light Slate Blue #9F97FE

Color information

#9F97FE (or 0x9F97FE) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 97 and FE. RGB value is (159,151,254). Sum of RGB (Red+Green+Blue) = 159+151+254=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F97FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F97FE is #606801. Grayscale: #A4A4A4. Windows color (decimal): -6318082 or 16684959. OLE color: 16684959.

HSL color Cylindrical-coordinate representation of color #9F97FE: hue angle of 244.66º 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 #9F97FE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB159151254-
CMYK0.370.4100.00
HSL244.66º98.1%79.41%-
HSV(B)244.66º40.55%99.61%-
XYZ43.2536.6698.56-
YUV165.13178.15123.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.19%
GREEN value IS 151 (59.38% from 255) = 26.77%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=28.19%
G=26.77%
B=45.04%

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
Decimal1591512540.370.4100.00244.6698.179.41
Hex9F97FE252900f5624f
Octal237227376455100365142117
Binary100111111001011111111110100101101001001111010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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