#9955FE

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

Shades of Light Slate Blue #9955FE

Tints of Light Slate Blue #9955FE

Color information

#9955FE (or 0x9955FE) is unknown color: approx Light Slate Blue. HEX triplet: 99, 55 and FE. RGB value is (153,85,254). Sum of RGB (Red+Green+Blue) = 153+85+254=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #9955FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9955FE is #66AA01. Grayscale: #7B7B7B. Windows color (decimal): -6728194 or 16668057. OLE color: 16668057.

HSL color Cylindrical-coordinate representation of color #9955FE: hue angle of 264.14º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9955FE is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15385254-
CMYK0.400.6700.00
HSL264.14º98.83%66.47%-
HSV(B)264.14º66.54%99.61%-
XYZ34.2720.4395.9-
YUV124.6201.03148.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 85 (33.59% from 255) = 17.28%
BLUE value IS 254 (99.61% from 255) = 51.63%
R=31.10%
G=17.28%
B=51.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal153852540.400.6700.00264.1498.8366.47
Hex9955FE2843001086342
Octal2311253765010300410143102
Binary1001100110101011111111010100010000110010000100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9955FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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