Shades of Slate Blue #804FDC
Tints of Slate Blue #804FDC
RGB
CMYK
RGB Variations
Color information
#804FDC (or 0x804FDC) is known color: Slate Blue. HEX triplet: 80, 4F and DC. RGB value is (128,79,220). Sum of RGB (Red+Green+Blue) = 128+79+220=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #804FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FDC is #7FB023. Grayscale: #6D6D6D. Windows color (decimal): -8368164 or 14438272. OLE color: 14438272.
HSL color Cylindrical-coordinate representation of color #804FDC: hue angle of 260.85º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #804FDC is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 79 | 220 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.14 |
| HSL | 260.85º | 0.67% | 0.59% | - |
| HSV(B) | 260.85º | 0.64% | 0.86% | - |
| XYZ | 24.62 | 15.35 | 69.38 | - |
| YUV | 109.73 | 190.23 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 220 | 0.42 | 0.64 | 0 | 0.14 | 260.85 | 0.67 | 0.59 |
| Hex | 80 | 4F | DC | 2A | 40 | 0 | E | 105 | 43 | 3B |
| Octal | 200 | 117 | 334 | 52 | 100 | 0 | 16 | 405 | 103 | 73 |
| Binary | 10000000 | 1001111 | 11011100 | 101010 | 1000000 | 0 | 1110 | 100000101 | 1000011 | 111011 |
Color Harmonies of #804FDC
Complementary color
Monochromatic Colors of #804FDC
Black with #804FDC
Text Example
Text Example
White with #804FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FDC; }
p { color: rgb(128,79,220); }
H1.HeaderClassName
{
color: #804FDC;
}
.AnyTagClassName
{
color: #804FDC;
}
</style>
background-color css
<style>
a { background-color: #804FDC; }
a { background-color: rgb(128,79,220); }
div.DivClassName
{
background-color: #804FDC;
}
.BgClassName
{
background-color: #804FDC;
}
</style>
border-color css
<style>
span { border-color: #804FDC; }
span { border-color: rgb(128,79,220); }
td.TdClassName
{
border-color: #804FDC;
}
.TagClassName
{
border-color: #804FDC;
}
</style>