#9995FE

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

Shades of Light Slate Blue #9995FE

Tints of Light Slate Blue #9995FE

Color information

#9995FE (or 0x9995FE) is unknown color: approx Light Slate Blue. HEX triplet: 99, 95 and FE. RGB value is (153,149,254). Sum of RGB (Red+Green+Blue) = 153+149+254=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #9995FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9995FE is #666A01. Grayscale: #A1A1A1. Windows color (decimal): -6711810 or 16684441. OLE color: 16684441.

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

Color convert

RGB153149254-
CMYK0.400.4100.00
HSL242.29º98.13%79.02%-
HSV(B)242.29º41.34%99.61%-
XYZ41.7735.4298.4-
YUV162.17179.83121.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.52%
GREEN value IS 149 (58.59% from 255) = 26.80%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=27.52%
G=26.80%
B=45.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531492540.400.4100.00242.2998.1379.02
Hex9995FE282900f2624f
Octal231225376505100362142117
Binary100110011001010111111110101000101001001111001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9995FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9995FE; }

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

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

<style>
 a { background-color: #9995FE; }

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

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

<style>
 span { border-color: #9995FE; }

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

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