Shades of Slate Blue #804FDE
Tints of Slate Blue #804FDE
RGB
CMYK
RGB Variations
Color information
#804FDE (or 0x804FDE) is known color: Slate Blue. HEX triplet: 80, 4F and DE. RGB value is (128,79,222). Sum of RGB (Red+Green+Blue) = 128+79+222=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #804FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FDE is #7FB021. Grayscale: #6D6D6D. Windows color (decimal): -8368162 or 14569344. OLE color: 14569344.
HSL color Cylindrical-coordinate representation of color #804FDE: hue angle of 260.56º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #804FDE is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 79 | 222 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.13 |
| HSL | 260.56º | 0.68% | 0.59% | - |
| HSV(B) | 260.56º | 0.64% | 0.87% | - |
| XYZ | 24.88 | 15.46 | 70.78 | - |
| YUV | 109.95 | 191.23 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 222 | 0.42 | 0.64 | 0 | 0.13 | 260.56 | 0.68 | 0.59 |
| Hex | 80 | 4F | DE | 2A | 40 | 0 | D | 105 | 44 | 3B |
| Octal | 200 | 117 | 336 | 52 | 100 | 0 | 15 | 405 | 104 | 73 |
| Binary | 10000000 | 1001111 | 11011110 | 101010 | 1000000 | 0 | 1101 | 100000101 | 1000100 | 111011 |
Color Harmonies of #804FDE
Complementary color
Monochromatic Colors of #804FDE
Black with #804FDE
Text Example
Text Example
White with #804FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FDE; }
p { color: rgb(128,79,222); }
H1.HeaderClassName
{
color: #804FDE;
}
.AnyTagClassName
{
color: #804FDE;
}
</style>
background-color css
<style>
a { background-color: #804FDE; }
a { background-color: rgb(128,79,222); }
div.DivClassName
{
background-color: #804FDE;
}
.BgClassName
{
background-color: #804FDE;
}
</style>
border-color css
<style>
span { border-color: #804FDE; }
span { border-color: rgb(128,79,222); }
td.TdClassName
{
border-color: #804FDE;
}
.TagClassName
{
border-color: #804FDE;
}
</style>