#954FF9

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

Shades of Light Slate Blue #954FF9

Tints of Light Slate Blue #954FF9

Color information

#954FF9 (or 0x954FF9) is unknown color: approx Light Slate Blue. HEX triplet: 95, 4F and F9. RGB value is (149,79,249). Sum of RGB (Red+Green+Blue) = 149+79+249=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #954FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FF9 is #6AB006. Grayscale: #767676. Windows color (decimal): -6991879 or 16338837. OLE color: 16338837.

HSL color Cylindrical-coordinate representation of color #954FF9: hue angle of 264.71º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #954FF9 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14979249-
CMYK0.400.6800.02
HSL264.71º93.41%64.31%-
HSV(B)264.71º68.27%97.65%-
XYZ32.2918.8291.55-
YUV119.31201.19149.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 79 (31.25% from 255) = 16.56%
BLUE value IS 249 (97.66% from 255) = 52.20%
R=31.24%
G=16.56%
B=52.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149792490.400.6800.02264.7193.4164.31
Hex954FF92844021095d40
Octal2251173715010402411135100
Binary10010101100111111111001101000100010001010000100110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954FF9; }

 p { color: rgb(149,79,249); }

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

<style>
 a { background-color: #954FF9; }

 a { background-color: rgb(149,79,249); }

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

<style>
 span { border-color: #954FF9; }

 span { border-color: rgb(149,79,249); }

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