Shades of Slate Blue #805ACF
Tints of Slate Blue #805ACF
RGB
CMYK
RGB Variations
Color information
#805ACF (or 0x805ACF) is known color: Slate Blue. HEX triplet: 80, 5A and CF. RGB value is (128,90,207). Sum of RGB (Red+Green+Blue) = 128+90+207=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #805ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ACF is #7FA530. Grayscale: #727272. Windows color (decimal): -8365361 or 13589120. OLE color: 13589120.
HSL color Cylindrical-coordinate representation of color #805ACF: hue angle of 259.49º 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 #805ACF is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 90 | 207 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.19 |
| HSL | 259.49º | 0.55% | 0.58% | - |
| HSV(B) | 259.49º | 0.57% | 0.81% | - |
| XYZ | 23.82 | 16.41 | 60.94 | - |
| YUV | 114.7 | 180.09 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 207 | 0.38 | 0.57 | 0 | 0.19 | 259.49 | 0.55 | 0.58 |
| Hex | 80 | 5A | CF | 26 | 39 | 0 | 13 | 103 | 37 | 3A |
| Octal | 200 | 132 | 317 | 46 | 71 | 0 | 23 | 403 | 67 | 72 |
| Binary | 10000000 | 1011010 | 11001111 | 100110 | 111001 | 0 | 10011 | 100000011 | 110111 | 111010 |
Color Harmonies of #805ACF
Complementary color
Monochromatic Colors of #805ACF
Black with #805ACF
Text Example
Text Example
White with #805ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805ACF; }
p { color: rgb(128,90,207); }
H1.HeaderClassName
{
color: #805ACF;
}
.AnyTagClassName
{
color: #805ACF;
}
</style>
background-color css
<style>
a { background-color: #805ACF; }
a { background-color: rgb(128,90,207); }
div.DivClassName
{
background-color: #805ACF;
}
.BgClassName
{
background-color: #805ACF;
}
</style>
border-color css
<style>
span { border-color: #805ACF; }
span { border-color: rgb(128,90,207); }
td.TdClassName
{
border-color: #805ACF;
}
.TagClassName
{
border-color: #805ACF;
}
</style>