Shades of Slate Blue #804BCF
Tints of Slate Blue #804BCF
RGB
CMYK
RGB Variations
Color information
#804BCF (or 0x804BCF) is known color: Slate Blue. HEX triplet: 80, 4B and CF. RGB value is (128,75,207). Sum of RGB (Red+Green+Blue) = 128+75+207=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #804BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BCF is #7FB430. Grayscale: #696969. Windows color (decimal): -8369201 or 13585280. OLE color: 13585280.
HSL color Cylindrical-coordinate representation of color #804BCF: hue angle of 264.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #804BCF is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 75 | 207 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.19 |
| HSL | 264.09º | 0.58% | 0.55% | - |
| HSV(B) | 264.09º | 0.64% | 0.81% | - |
| XYZ | 22.68 | 14.13 | 60.56 | - |
| YUV | 105.9 | 185.06 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 207 | 0.38 | 0.64 | 0 | 0.19 | 264.09 | 0.58 | 0.55 |
| Hex | 80 | 4B | CF | 26 | 40 | 0 | 13 | 108 | 3A | 37 |
| Octal | 200 | 113 | 317 | 46 | 100 | 0 | 23 | 410 | 72 | 67 |
| Binary | 10000000 | 1001011 | 11001111 | 100110 | 1000000 | 0 | 10011 | 100001000 | 111010 | 110111 |
Color Harmonies of #804BCF
Complementary color
Monochromatic Colors of #804BCF
Black with #804BCF
Text Example
Text Example
White with #804BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BCF; }
p { color: rgb(128,75,207); }
H1.HeaderClassName
{
color: #804BCF;
}
.AnyTagClassName
{
color: #804BCF;
}
</style>
background-color css
<style>
a { background-color: #804BCF; }
a { background-color: rgb(128,75,207); }
div.DivClassName
{
background-color: #804BCF;
}
.BgClassName
{
background-color: #804BCF;
}
</style>
border-color css
<style>
span { border-color: #804BCF; }
span { border-color: rgb(128,75,207); }
td.TdClassName
{
border-color: #804BCF;
}
.TagClassName
{
border-color: #804BCF;
}
</style>