Shades of Slate Blue #804BCB
Tints of Slate Blue #804BCB
RGB
CMYK
RGB Variations
Color information
#804BCB (or 0x804BCB) is known color: Slate Blue. HEX triplet: 80, 4B and CB. RGB value is (128,75,203). Sum of RGB (Red+Green+Blue) = 128+75+203=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #804BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BCB is #7FB434. Grayscale: #686868. Windows color (decimal): -8369205 or 13323136. OLE color: 13323136.
HSL color Cylindrical-coordinate representation of color #804BCB: hue angle of 264.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #804BCB is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 75 | 203 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.20 |
| HSL | 264.84º | 0.55% | 0.55% | - |
| HSV(B) | 264.84º | 0.63% | 0.8% | - |
| XYZ | 22.2 | 13.93 | 58.02 | - |
| YUV | 105.44 | 183.06 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 203 | 0.37 | 0.63 | 0 | 0.20 | 264.84 | 0.55 | 0.55 |
| Hex | 80 | 4B | CB | 25 | 3F | 0 | 14 | 109 | 37 | 37 |
| Octal | 200 | 113 | 313 | 45 | 77 | 0 | 24 | 411 | 67 | 67 |
| Binary | 10000000 | 1001011 | 11001011 | 100101 | 111111 | 0 | 10100 | 100001001 | 110111 | 110111 |
Color Harmonies of #804BCB
Complementary color
Monochromatic Colors of #804BCB
Black with #804BCB
Text Example
Text Example
White with #804BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BCB; }
p { color: rgb(128,75,203); }
H1.HeaderClassName
{
color: #804BCB;
}
.AnyTagClassName
{
color: #804BCB;
}
</style>
background-color css
<style>
a { background-color: #804BCB; }
a { background-color: rgb(128,75,203); }
div.DivClassName
{
background-color: #804BCB;
}
.BgClassName
{
background-color: #804BCB;
}
</style>
border-color css
<style>
span { border-color: #804BCB; }
span { border-color: rgb(128,75,203); }
td.TdClassName
{
border-color: #804BCB;
}
.TagClassName
{
border-color: #804BCB;
}
</style>