Shades of Slate Blue #8051CF
Tints of Slate Blue #8051CF
RGB
CMYK
RGB Variations
Color information
#8051CF (or 0x8051CF) is known color: Slate Blue. HEX triplet: 80, 51 and CF. RGB value is (128,81,207). Sum of RGB (Red+Green+Blue) = 128+81+207=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #8051CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051CF is #7FAE30. Grayscale: #6C6C6C. Windows color (decimal): -8367665 or 13586816. OLE color: 13586816.
HSL color Cylindrical-coordinate representation of color #8051CF: hue angle of 262.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8051CF is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 81 | 207 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.19 |
| HSL | 262.38º | 0.57% | 0.56% | - |
| HSV(B) | 262.38º | 0.61% | 0.81% | - |
| XYZ | 23.11 | 14.98 | 60.7 | - |
| YUV | 109.42 | 183.07 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 207 | 0.38 | 0.61 | 0 | 0.19 | 262.38 | 0.57 | 0.56 |
| Hex | 80 | 51 | CF | 26 | 3D | 0 | 13 | 106 | 39 | 38 |
| Octal | 200 | 121 | 317 | 46 | 75 | 0 | 23 | 406 | 71 | 70 |
| Binary | 10000000 | 1010001 | 11001111 | 100110 | 111101 | 0 | 10011 | 100000110 | 111001 | 111000 |
Color Harmonies of #8051CF
Complementary color
Monochromatic Colors of #8051CF
Black with #8051CF
Text Example
Text Example
White with #8051CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051CF; }
p { color: rgb(128,81,207); }
H1.HeaderClassName
{
color: #8051CF;
}
.AnyTagClassName
{
color: #8051CF;
}
</style>
background-color css
<style>
a { background-color: #8051CF; }
a { background-color: rgb(128,81,207); }
div.DivClassName
{
background-color: #8051CF;
}
.BgClassName
{
background-color: #8051CF;
}
</style>
border-color css
<style>
span { border-color: #8051CF; }
span { border-color: rgb(128,81,207); }
td.TdClassName
{
border-color: #8051CF;
}
.TagClassName
{
border-color: #8051CF;
}
</style>