Shades of Slate Blue #804CDE
Tints of Slate Blue #804CDE
RGB
CMYK
RGB Variations
Color information
#804CDE (or 0x804CDE) is known color: Slate Blue. HEX triplet: 80, 4C and DE. RGB value is (128,76,222). Sum of RGB (Red+Green+Blue) = 128+76+222=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #804CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CDE is #7FB321. Grayscale: #6B6B6B. Windows color (decimal): -8368930 or 14568576. OLE color: 14568576.
HSL color Cylindrical-coordinate representation of color #804CDE: hue angle of 261.37º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804CDE is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 76 | 222 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.13 |
| HSL | 261.37º | 0.69% | 0.58% | - |
| HSV(B) | 261.37º | 0.66% | 0.87% | - |
| XYZ | 24.67 | 15.03 | 70.71 | - |
| YUV | 108.19 | 192.23 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 222 | 0.42 | 0.66 | 0 | 0.13 | 261.37 | 0.69 | 0.58 |
| Hex | 80 | 4C | DE | 2A | 42 | 0 | D | 105 | 45 | 3A |
| Octal | 200 | 114 | 336 | 52 | 102 | 0 | 15 | 405 | 105 | 72 |
| Binary | 10000000 | 1001100 | 11011110 | 101010 | 1000010 | 0 | 1101 | 100000101 | 1000101 | 111010 |
Color Harmonies of #804CDE
Complementary color
Monochromatic Colors of #804CDE
Black with #804CDE
Text Example
Text Example
White with #804CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CDE; }
p { color: rgb(128,76,222); }
H1.HeaderClassName
{
color: #804CDE;
}
.AnyTagClassName
{
color: #804CDE;
}
</style>
background-color css
<style>
a { background-color: #804CDE; }
a { background-color: rgb(128,76,222); }
div.DivClassName
{
background-color: #804CDE;
}
.BgClassName
{
background-color: #804CDE;
}
</style>
border-color css
<style>
span { border-color: #804CDE; }
span { border-color: rgb(128,76,222); }
td.TdClassName
{
border-color: #804CDE;
}
.TagClassName
{
border-color: #804CDE;
}
</style>