Shades of Slate Blue #8058CF
Tints of Slate Blue #8058CF
RGB
CMYK
RGB Variations
Color information
#8058CF (or 0x8058CF) is known color: Slate Blue. HEX triplet: 80, 58 and CF. RGB value is (128,88,207). Sum of RGB (Red+Green+Blue) = 128+88+207=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #8058CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8058CF is #7FA730. Grayscale: #717171. Windows color (decimal): -8365873 or 13588608. OLE color: 13588608.
HSL color Cylindrical-coordinate representation of color #8058CF: hue angle of 260.17º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8058CF is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 88 | 207 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.19 |
| HSL | 260.17º | 0.55% | 0.58% | - |
| HSV(B) | 260.17º | 0.57% | 0.81% | - |
| XYZ | 23.65 | 16.07 | 60.89 | - |
| YUV | 113.53 | 180.75 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 207 | 0.38 | 0.57 | 0 | 0.19 | 260.17 | 0.55 | 0.58 |
| Hex | 80 | 58 | CF | 26 | 39 | 0 | 13 | 104 | 37 | 3A |
| Octal | 200 | 130 | 317 | 46 | 71 | 0 | 23 | 404 | 67 | 72 |
| Binary | 10000000 | 1011000 | 11001111 | 100110 | 111001 | 0 | 10011 | 100000100 | 110111 | 111010 |
Color Harmonies of #8058CF
Complementary color
Monochromatic Colors of #8058CF
Black with #8058CF
Text Example
Text Example
White with #8058CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8058CF; }
p { color: rgb(128,88,207); }
H1.HeaderClassName
{
color: #8058CF;
}
.AnyTagClassName
{
color: #8058CF;
}
</style>
background-color css
<style>
a { background-color: #8058CF; }
a { background-color: rgb(128,88,207); }
div.DivClassName
{
background-color: #8058CF;
}
.BgClassName
{
background-color: #8058CF;
}
</style>
border-color css
<style>
span { border-color: #8058CF; }
span { border-color: rgb(128,88,207); }
td.TdClassName
{
border-color: #8058CF;
}
.TagClassName
{
border-color: #8058CF;
}
</style>