#804BCA

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

Shades of Slate Blue #804BCA

Tints of Slate Blue #804BCA

Color information

#804BCA (or 0x804BCA) is unknown color: approx Slate Blue. HEX triplet: 80, 4B and CA. RGB value is (128,75,202). Sum of RGB (Red+Green+Blue) = 128+75+202=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #804BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BCA is #7FB435. Grayscale: #686868. Windows color (decimal): -8369206 or 13257600. OLE color: 13257600.

HSL color Cylindrical-coordinate representation of color #804BCA: hue angle of 265.04º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #804BCA is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12875202-
CMYK0.370.6300.21
HSL265.04º54.51%54.31%-
HSV(B)265.04º62.87%79.22%-
XYZ22.0813.8957.39-
YUV105.32182.56144.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 202 (79.30% from 255) = 49.88%
R=31.60%
G=18.52%
B=49.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128752020.370.6300.21265.0454.5154.31
Hex804BCA253F0151093736
Octal20011331245770254116766
Binary10000000100101111001010100101111111010101100001001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804BCA; }

 p { color: rgb(128,75,202); }

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

<style>
 a { background-color: #804BCA; }

 a { background-color: rgb(128,75,202); }

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

<style>
 span { border-color: #804BCA; }

 span { border-color: rgb(128,75,202); }

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