Shades of True V #8560CC
Tints of True V #8560CC
RGB
CMYK
RGB Variations
Color information
#8560CC (or 0x8560CC) is known color: True V. HEX triplet: 85, 60 and CC. RGB value is (133,96,204). Sum of RGB (Red+Green+Blue) = 133+96+204=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #8560CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8560CC is #7A9F33. Grayscale: #767676. Windows color (decimal): -8036148 or 13394053. OLE color: 13394053.
HSL color Cylindrical-coordinate representation of color #8560CC: hue angle of 260.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8560CC is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 96 | 204 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.2 |
| HSL | 260.56º | 0.51% | 0.59% | - |
| HSV(B) | 260.56º | 0.53% | 0.8% | - |
| XYZ | 24.75 | 17.71 | 59.24 | - |
| YUV | 119.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 204 | 0.35 | 0.53 | 0 | 0.2 | 260.56 | 0.51 | 0.59 |
| Hex | 85 | 60 | CC | 23 | 35 | 0 | 14 | 105 | 33 | 3B |
| Octal | 205 | 140 | 314 | 43 | 65 | 0 | 24 | 405 | 63 | 73 |
| Binary | 10000101 | 1100000 | 11001100 | 100011 | 110101 | 0 | 10100 | 100000101 | 110011 | 111011 |
Color Harmonies of #8560CC
Complementary color
Monochromatic Colors of #8560CC
Black with #8560CC
Text Example
Text Example
White with #8560CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560CC; }
p { color: rgb(133,96,204); }
H1.HeaderClassName
{
color: #8560CC;
}
.AnyTagClassName
{
color: #8560CC;
}
</style>
background-color css
<style>
a { background-color: #8560CC; }
a { background-color: rgb(133,96,204); }
div.DivClassName
{
background-color: #8560CC;
}
.BgClassName
{
background-color: #8560CC;
}
</style>
border-color css
<style>
span { border-color: #8560CC; }
span { border-color: rgb(133,96,204); }
td.TdClassName
{
border-color: #8560CC;
}
.TagClassName
{
border-color: #8560CC;
}
</style>