#954EFF

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

Shades of Light Slate Blue #954EFF

Tints of Light Slate Blue #954EFF

Color information

#954EFF (or 0x954EFF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 4E and FF. RGB value is (149,78,255). Sum of RGB (Red+Green+Blue) = 149+78+255=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #954EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954EFF is #6AB100. Grayscale: #767676. Windows color (decimal): -6992129 or 16731797. OLE color: 16731797.

HSL color Cylindrical-coordinate representation of color #954EFF: hue angle of 264.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #954EFF is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14978255-
CMYK0.420.6900
HSL264.07º100%65.29%-
HSV(B)264.07º69.41%100%-
XYZ33.1719.0696.54-
YUV119.41204.52149.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 78 (30.86% from 255) = 16.18%
BLUE value IS 255 (100% from 255) = 52.90%
R=30.91%
G=16.18%
B=52.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal149782550.420.6900264.0710065.29
Hex954EFF2A45001086441
Octal2251163775210500410144101
Binary1001010110011101111111110101010001010010000100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,78,255); }

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

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

 a { background-color: rgb(149,78,255); }

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

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

 span { border-color: rgb(149,78,255); }

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