Shades of Slate Blue #8047CB
Tints of Slate Blue #8047CB
RGB
CMYK
RGB Variations
Color information
#8047CB (or 0x8047CB) is known color: Slate Blue. HEX triplet: 80, 47 and CB. RGB value is (128,71,203). Sum of RGB (Red+Green+Blue) = 128+71+203=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #8047CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8047CB is #7FB834. Grayscale: #666666. Windows color (decimal): -8370229 or 13322112. OLE color: 13322112.
HSL color Cylindrical-coordinate representation of color #8047CB: hue angle of 265.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8047CB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 71 | 203 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.20 |
| HSL | 265.91º | 0.56% | 0.54% | - |
| HSV(B) | 265.91º | 0.65% | 0.8% | - |
| XYZ | 21.93 | 13.41 | 57.93 | - |
| YUV | 103.09 | 184.38 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 203 | 0.37 | 0.65 | 0 | 0.20 | 265.91 | 0.56 | 0.54 |
| Hex | 80 | 47 | CB | 25 | 41 | 0 | 14 | 10A | 38 | 36 |
| Octal | 200 | 107 | 313 | 45 | 101 | 0 | 24 | 412 | 70 | 66 |
| Binary | 10000000 | 1000111 | 11001011 | 100101 | 1000001 | 0 | 10100 | 100001010 | 111000 | 110110 |
Color Harmonies of #8047CB
Complementary color
Monochromatic Colors of #8047CB
Black with #8047CB
Text Example
Text Example
White with #8047CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8047CB; }
p { color: rgb(128,71,203); }
H1.HeaderClassName
{
color: #8047CB;
}
.AnyTagClassName
{
color: #8047CB;
}
</style>
background-color css
<style>
a { background-color: #8047CB; }
a { background-color: rgb(128,71,203); }
div.DivClassName
{
background-color: #8047CB;
}
.BgClassName
{
background-color: #8047CB;
}
</style>
border-color css
<style>
span { border-color: #8047CB; }
span { border-color: rgb(128,71,203); }
td.TdClassName
{
border-color: #8047CB;
}
.TagClassName
{
border-color: #8047CB;
}
</style>