#9951FA

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

Shades of Light Slate Blue #9951FA

Tints of Light Slate Blue #9951FA

Color information

#9951FA (or 0x9951FA) is unknown color: approx Light Slate Blue. HEX triplet: 99, 51 and FA. RGB value is (153,81,250). Sum of RGB (Red+Green+Blue) = 153+81+250=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #9951FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9951FA is #66AE05. Grayscale: #797979. Windows color (decimal): -6729222 or 16404889. OLE color: 16404889.

HSL color Cylindrical-coordinate representation of color #9951FA: hue angle of 265.56º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9951FA is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15381250-
CMYK0.390.6800.02
HSL265.56º94.41%64.9%-
HSV(B)265.56º67.6%98.04%-
XYZ33.3319.5692.46-
YUV121.79200.35150.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 81 (32.03% from 255) = 16.74%
BLUE value IS 250 (98.05% from 255) = 51.65%
R=31.61%
G=16.74%
B=51.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal153812500.390.6800.02265.5694.4164.9
Hex9951FA27440210a5e41
Octal2311213724710402412136101
Binary10011001101000111111010100111100010001010000101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9951FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9951FA; }

 p { color: rgb(153,81,250); }

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

<style>
 a { background-color: #9951FA; }

 a { background-color: rgb(153,81,250); }

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

<style>
 span { border-color: #9951FA; }

 span { border-color: rgb(153,81,250); }

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