#804BD7

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

Shades of Slate Blue #804BD7

Tints of Slate Blue #804BD7

Color information

#804BD7 (or 0x804BD7) is unknown color: approx Slate Blue. HEX triplet: 80, 4B and D7. RGB value is (128,75,215). Sum of RGB (Red+Green+Blue) = 128+75+215=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #804BD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BD7 is #7FB428. Grayscale: #6A6A6A. Windows color (decimal): -8369193 or 14109568. OLE color: 14109568.

HSL color Cylindrical-coordinate representation of color #804BD7: hue angle of 262.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804BD7 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12875215-
CMYK0.400.6500.16
HSL262.71º63.64%56.86%-
HSV(B)262.71º65.12%84.31%-
XYZ23.6814.5365.85-
YUV106.81189.06143.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.62%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 215 (84.38% from 255) = 51.44%
R=30.62%
G=17.94%
B=51.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128752150.400.6500.16262.7163.6456.86
Hex804BD728410101074039
Octal2001133275010102040710071
Binary1000000010010111101011110100010000010100001000001111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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