#944DFE

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

Shades of Light Slate Blue #944DFE

Tints of Light Slate Blue #944DFE

Color information

#944DFE (or 0x944DFE) is unknown color: approx Light Slate Blue. HEX triplet: 94, 4D and FE. RGB value is (148,77,254). Sum of RGB (Red+Green+Blue) = 148+77+254=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #944DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944DFE is #6BB201. Grayscale: #757575. Windows color (decimal): -7057922 or 16666004. OLE color: 16666004.

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

Color convert

RGB14877254-
CMYK0.420.7000.00
HSL264.07º98.88%64.9%-
HSV(B)264.07º69.69%99.61%-
XYZ32.7618.7695.66-
YUV118.41204.52149.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.90%
GREEN value IS 77 (30.47% from 255) = 16.08%
BLUE value IS 254 (99.61% from 255) = 53.03%
R=30.90%
G=16.08%
B=53.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal148772540.420.7000.00264.0798.8864.9
Hex944DFE2A46001086341
Octal2241153765210600410143101
Binary1001010010011011111111010101010001100010000100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944DFE; }

 p { color: rgb(148,77,254); }

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

<style>
 a { background-color: #944DFE; }

 a { background-color: rgb(148,77,254); }

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

<style>
 span { border-color: #944DFE; }

 span { border-color: rgb(148,77,254); }

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