Shades of True V #8060CC
Tints of True V #8060CC
RGB
CMYK
RGB Variations
Color information
#8060CC (or 0x8060CC) is known color: True V. HEX triplet: 80, 60 and CC. RGB value is (128,96,204). Sum of RGB (Red+Green+Blue) = 128+96+204=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #8060CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060CC is #7F9F33. Grayscale: #757575. Windows color (decimal): -8363828 or 13394048. OLE color: 13394048.
HSL color Cylindrical-coordinate representation of color #8060CC: hue angle of 257.78º 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 #8060CC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 96 | 204 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.2 |
| HSL | 257.78º | 0.51% | 0.59% | - |
| HSV(B) | 257.78º | 0.53% | 0.8% | - |
| XYZ | 23.98 | 17.31 | 59.2 | - |
| YUV | 117.88 | 176.6 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 204 | 0.37 | 0.53 | 0 | 0.2 | 257.78 | 0.51 | 0.59 |
| Hex | 80 | 60 | CC | 25 | 35 | 0 | 14 | 102 | 33 | 3B |
| Octal | 200 | 140 | 314 | 45 | 65 | 0 | 24 | 402 | 63 | 73 |
| Binary | 10000000 | 1100000 | 11001100 | 100101 | 110101 | 0 | 10100 | 100000010 | 110011 | 111011 |
Color Harmonies of #8060CC
Complementary color
Monochromatic Colors of #8060CC
Black with #8060CC
Text Example
Text Example
White with #8060CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8060CC; }
p { color: rgb(128,96,204); }
H1.HeaderClassName
{
color: #8060CC;
}
.AnyTagClassName
{
color: #8060CC;
}
</style>
background-color css
<style>
a { background-color: #8060CC; }
a { background-color: rgb(128,96,204); }
div.DivClassName
{
background-color: #8060CC;
}
.BgClassName
{
background-color: #8060CC;
}
</style>
border-color css
<style>
span { border-color: #8060CC; }
span { border-color: rgb(128,96,204); }
td.TdClassName
{
border-color: #8060CC;
}
.TagClassName
{
border-color: #8060CC;
}
</style>