#9954FC

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

Shades of Light Slate Blue #9954FC

Tints of Light Slate Blue #9954FC

Color information

#9954FC (or 0x9954FC) is unknown color: approx Light Slate Blue. HEX triplet: 99, 54 and FC. RGB value is (153,84,252). Sum of RGB (Red+Green+Blue) = 153+84+252=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #9954FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9954FC is #66AB03. Grayscale: #7B7B7B. Windows color (decimal): -6728452 or 16536729. OLE color: 16536729.

HSL color Cylindrical-coordinate representation of color #9954FC: hue angle of 264.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9954FC is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15384252-
CMYK0.390.6700.01
HSL264.64º96.55%65.88%-
HSV(B)264.64º66.67%98.82%-
XYZ33.8820.1494.2-
YUV123.78200.36148.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 84 (33.20% from 255) = 17.18%
BLUE value IS 252 (98.83% from 255) = 51.53%
R=31.29%
G=17.18%
B=51.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal153842520.390.6700.01264.6496.5565.88
Hex9954FC2743011096142
Octal2311243744710301411141102
Binary1001100110101001111110010011110000110110000100111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9954FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9954FC; }

 p { color: rgb(153,84,252); }

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

<style>
 a { background-color: #9954FC; }

 a { background-color: rgb(153,84,252); }

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

<style>
 span { border-color: #9954FC; }

 span { border-color: rgb(153,84,252); }

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