#804BCD

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

Shades of Slate Blue #804BCD

Tints of Slate Blue #804BCD

Color information

#804BCD (or 0x804BCD) is unknown color: approx Slate Blue. HEX triplet: 80, 4B and CD. RGB value is (128,75,205). Sum of RGB (Red+Green+Blue) = 128+75+205=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #804BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BCD is #7FB432. Grayscale: #696969. Windows color (decimal): -8369203 or 13454208. OLE color: 13454208.

HSL color Cylindrical-coordinate representation of color #804BCD: hue angle of 264.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #804BCD is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12875205-
CMYK0.380.6300.20
HSL264.46º56.52%54.9%-
HSV(B)264.46º63.41%80.39%-
XYZ22.4414.0359.28-
YUV105.67184.06143.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 75 (29.69% from 255) = 18.38%
BLUE value IS 205 (80.47% from 255) = 50.25%
R=31.37%
G=18.38%
B=50.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128752050.380.6300.20264.4656.5254.9
Hex804BCD263F0141083937
Octal20011331546770244107167
Binary10000000100101111001101100110111111010100100001000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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