Shades of True V #865DCE
Tints of True V #865DCE
RGB
CMYK
RGB Variations
Color information
#865DCE (or 0x865DCE) is known color: True V. HEX triplet: 86, 5D and CE. RGB value is (134,93,206). Sum of RGB (Red+Green+Blue) = 134+93+206=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #865DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DCE is #79A231. Grayscale: #757575. Windows color (decimal): -7971378 or 13524358. OLE color: 13524358.
HSL color Cylindrical-coordinate representation of color #865DCE: hue angle of 261.77º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #865DCE is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 93 | 206 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.19 |
| HSL | 261.77º | 0.54% | 0.59% | - |
| HSV(B) | 261.77º | 0.55% | 0.81% | - |
| XYZ | 24.89 | 17.35 | 60.43 | - |
| YUV | 118.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 206 | 0.35 | 0.55 | 0 | 0.19 | 261.77 | 0.54 | 0.59 |
| Hex | 86 | 5D | CE | 23 | 37 | 0 | 13 | 106 | 36 | 3B |
| Octal | 206 | 135 | 316 | 43 | 67 | 0 | 23 | 406 | 66 | 73 |
| Binary | 10000110 | 1011101 | 11001110 | 100011 | 110111 | 0 | 10011 | 100000110 | 110110 | 111011 |
Color Harmonies of #865DCE
Complementary color
Monochromatic Colors of #865DCE
Black with #865DCE
Text Example
Text Example
White with #865DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865DCE; }
p { color: rgb(134,93,206); }
H1.HeaderClassName
{
color: #865DCE;
}
.AnyTagClassName
{
color: #865DCE;
}
</style>
background-color css
<style>
a { background-color: #865DCE; }
a { background-color: rgb(134,93,206); }
div.DivClassName
{
background-color: #865DCE;
}
.BgClassName
{
background-color: #865DCE;
}
</style>
border-color css
<style>
span { border-color: #865DCE; }
span { border-color: rgb(134,93,206); }
td.TdClassName
{
border-color: #865DCE;
}
.TagClassName
{
border-color: #865DCE;
}
</style>