#904EFF

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

Shades of Light Slate Blue #904EFF

Tints of Light Slate Blue #904EFF

Color information

#904EFF (or 0x904EFF) is unknown color: approx Light Slate Blue. HEX triplet: 90, 4E and FF. RGB value is (144,78,255). Sum of RGB (Red+Green+Blue) = 144+78+255=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #904EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904EFF is #6FB100. Grayscale: #757575. Windows color (decimal): -7319809 or 16731792. OLE color: 16731792.

HSL color Cylindrical-coordinate representation of color #904EFF: hue angle of 262.37º 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 #904EFF is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14478255-
CMYK0.440.6900
HSL262.37º100%65.29%-
HSV(B)262.37º69.41%100%-
XYZ32.2818.696.5-
YUV117.91205.37146.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.19%
GREEN value IS 78 (30.86% from 255) = 16.35%
BLUE value IS 255 (100% from 255) = 53.46%
R=30.19%
G=16.35%
B=53.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal144782550.440.6900262.3710065.29
Hex904EFF2C45001066441
Octal2201163775410500406144101
Binary1001000010011101111111110110010001010010000011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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