#954CFF

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

Shades of Light Slate Blue #954CFF

Tints of Light Slate Blue #954CFF

Color information

#954CFF (or 0x954CFF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 4C and FF. RGB value is (149,76,255). Sum of RGB (Red+Green+Blue) = 149+76+255=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #954CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954CFF is #6AB300. Grayscale: #757575. Windows color (decimal): -6992641 or 16731285. OLE color: 16731285.

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

Color convert

RGB14976255-
CMYK0.420.7000
HSL264.47º100%64.9%-
HSV(B)264.47º70.2%100%-
XYZ33.0318.7896.49-
YUV118.23205.18149.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 76 (30.08% from 255) = 15.83%
BLUE value IS 255 (100% from 255) = 53.12%
R=31.04%
G=15.83%
B=53.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal149762550.420.7000264.4710064.9
Hex954CFF2A46001086441
Octal2251143775210600410144101
Binary1001010110011001111111110101010001100010000100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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