Shades of True V #8769D0
Tints of True V #8769D0
RGB
CMYK
RGB Variations
Color information
#8769D0 (or 0x8769D0) is known color: True V. HEX triplet: 87, 69 and D0. RGB value is (135,105,208). Sum of RGB (Red+Green+Blue) = 135+105+208=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #8769D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769D0 is #78962F. Grayscale: #7D7D7D. Windows color (decimal): -7902768 or 13658503. OLE color: 13658503.
HSL color Cylindrical-coordinate representation of color #8769D0: hue angle of 257.48º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8769D0 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 105 | 208 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.18 |
| HSL | 257.48º | 0.52% | 0.61% | - |
| HSV(B) | 257.48º | 0.5% | 0.82% | - |
| XYZ | 26.43 | 19.81 | 62.1 | - |
| YUV | 125.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 105 | 208 | 0.35 | 0.50 | 0 | 0.18 | 257.48 | 0.52 | 0.61 |
| Hex | 87 | 69 | D0 | 23 | 32 | 0 | 12 | 101 | 34 | 3D |
| Octal | 207 | 151 | 320 | 43 | 62 | 0 | 22 | 401 | 64 | 75 |
| Binary | 10000111 | 1101001 | 11010000 | 100011 | 110010 | 0 | 10010 | 100000001 | 110100 | 111101 |
Color Harmonies of #8769D0
Complementary color
Monochromatic Colors of #8769D0
Black with #8769D0
Text Example
Text Example
White with #8769D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8769D0; }
p { color: rgb(135,105,208); }
H1.HeaderClassName
{
color: #8769D0;
}
.AnyTagClassName
{
color: #8769D0;
}
</style>
background-color css
<style>
a { background-color: #8769D0; }
a { background-color: rgb(135,105,208); }
div.DivClassName
{
background-color: #8769D0;
}
.BgClassName
{
background-color: #8769D0;
}
</style>
border-color css
<style>
span { border-color: #8769D0; }
span { border-color: rgb(135,105,208); }
td.TdClassName
{
border-color: #8769D0;
}
.TagClassName
{
border-color: #8769D0;
}
</style>