Shades of Slate Blue #805CCF
Tints of Slate Blue #805CCF
RGB
CMYK
RGB Variations
Color information
#805CCF (or 0x805CCF) is known color: Slate Blue. HEX triplet: 80, 5C and CF. RGB value is (128,92,207). Sum of RGB (Red+Green+Blue) = 128+92+207=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #805CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CCF is #7FA330. Grayscale: #737373. Windows color (decimal): -8364849 or 13589632. OLE color: 13589632.
HSL color Cylindrical-coordinate representation of color #805CCF: hue angle of 258.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #805CCF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 92 | 207 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.19 |
| HSL | 258.78º | 0.55% | 0.59% | - |
| HSV(B) | 258.78º | 0.56% | 0.81% | - |
| XYZ | 23.99 | 16.75 | 61 | - |
| YUV | 115.87 | 179.43 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 207 | 0.38 | 0.56 | 0 | 0.19 | 258.78 | 0.55 | 0.59 |
| Hex | 80 | 5C | CF | 26 | 38 | 0 | 13 | 103 | 37 | 3B |
| Octal | 200 | 134 | 317 | 46 | 70 | 0 | 23 | 403 | 67 | 73 |
| Binary | 10000000 | 1011100 | 11001111 | 100110 | 111000 | 0 | 10011 | 100000011 | 110111 | 111011 |
Color Harmonies of #805CCF
Complementary color
Monochromatic Colors of #805CCF
Black with #805CCF
Text Example
Text Example
White with #805CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CCF; }
p { color: rgb(128,92,207); }
H1.HeaderClassName
{
color: #805CCF;
}
.AnyTagClassName
{
color: #805CCF;
}
</style>
background-color css
<style>
a { background-color: #805CCF; }
a { background-color: rgb(128,92,207); }
div.DivClassName
{
background-color: #805CCF;
}
.BgClassName
{
background-color: #805CCF;
}
</style>
border-color css
<style>
span { border-color: #805CCF; }
span { border-color: rgb(128,92,207); }
td.TdClassName
{
border-color: #805CCF;
}
.TagClassName
{
border-color: #805CCF;
}
</style>