Shades of True V #865FCC
Tints of True V #865FCC
RGB
CMYK
RGB Variations
Color information
#865FCC (or 0x865FCC) is known color: True V. HEX triplet: 86, 5F and CC. RGB value is (134,95,204). Sum of RGB (Red+Green+Blue) = 134+95+204=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 95 (37.5% from 255 or 21.94% 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 #865FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FCC is #79A033. Grayscale: #767676. Windows color (decimal): -7970868 or 13393798. OLE color: 13393798.
HSL color Cylindrical-coordinate representation of color #865FCC: hue angle of 261.47º degrees, saturation: 0.52, 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 #865FCC is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 95 | 204 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.2 |
| HSL | 261.47º | 0.52% | 0.59% | - |
| HSV(B) | 261.47º | 0.53% | 0.8% | - |
| XYZ | 24.82 | 17.61 | 59.22 | - |
| YUV | 119.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 204 | 0.34 | 0.53 | 0 | 0.2 | 261.47 | 0.52 | 0.59 |
| Hex | 86 | 5F | CC | 22 | 35 | 0 | 14 | 105 | 34 | 3B |
| Octal | 206 | 137 | 314 | 42 | 65 | 0 | 24 | 405 | 64 | 73 |
| Binary | 10000110 | 1011111 | 11001100 | 100010 | 110101 | 0 | 10100 | 100000101 | 110100 | 111011 |
Color Harmonies of #865FCC
Complementary color
Monochromatic Colors of #865FCC
Black with #865FCC
Text Example
Text Example
White with #865FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865FCC; }
p { color: rgb(134,95,204); }
H1.HeaderClassName
{
color: #865FCC;
}
.AnyTagClassName
{
color: #865FCC;
}
</style>
background-color css
<style>
a { background-color: #865FCC; }
a { background-color: rgb(134,95,204); }
div.DivClassName
{
background-color: #865FCC;
}
.BgClassName
{
background-color: #865FCC;
}
</style>
border-color css
<style>
span { border-color: #865FCC; }
span { border-color: rgb(134,95,204); }
td.TdClassName
{
border-color: #865FCC;
}
.TagClassName
{
border-color: #865FCC;
}
</style>