Shades of True V #865DCF
Tints of True V #865DCF
RGB
CMYK
RGB Variations
Color information
#865DCF (or 0x865DCF) is known color: True V. HEX triplet: 86, 5D and CF. RGB value is (134,93,207). Sum of RGB (Red+Green+Blue) = 134+93+207=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #865DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DCF is #79A230. Grayscale: #757575. Windows color (decimal): -7971377 or 13589894. OLE color: 13589894.
HSL color Cylindrical-coordinate representation of color #865DCF: hue angle of 261.58º 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 #865DCF is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 93 | 207 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.19 |
| HSL | 261.58º | 0.54% | 0.59% | - |
| HSV(B) | 261.58º | 0.55% | 0.81% | - |
| XYZ | 25.01 | 17.4 | 61.07 | - |
| YUV | 118.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 207 | 0.35 | 0.55 | 0 | 0.19 | 261.58 | 0.54 | 0.59 |
| Hex | 86 | 5D | CF | 23 | 37 | 0 | 13 | 106 | 36 | 3B |
| Octal | 206 | 135 | 317 | 43 | 67 | 0 | 23 | 406 | 66 | 73 |
| Binary | 10000110 | 1011101 | 11001111 | 100011 | 110111 | 0 | 10011 | 100000110 | 110110 | 111011 |
Color Harmonies of #865DCF
Complementary color
Monochromatic Colors of #865DCF
Black with #865DCF
Text Example
Text Example
White with #865DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865DCF; }
p { color: rgb(134,93,207); }
H1.HeaderClassName
{
color: #865DCF;
}
.AnyTagClassName
{
color: #865DCF;
}
</style>
background-color css
<style>
a { background-color: #865DCF; }
a { background-color: rgb(134,93,207); }
div.DivClassName
{
background-color: #865DCF;
}
.BgClassName
{
background-color: #865DCF;
}
</style>
border-color css
<style>
span { border-color: #865DCF; }
span { border-color: rgb(134,93,207); }
td.TdClassName
{
border-color: #865DCF;
}
.TagClassName
{
border-color: #865DCF;
}
</style>