Shades of True V #8769CE
Tints of True V #8769CE
RGB
CMYK
RGB Variations
Color information
#8769CE (or 0x8769CE) is known color: True V. HEX triplet: 87, 69 and CE. RGB value is (135,105,206). Sum of RGB (Red+Green+Blue) = 135+105+206=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #8769CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769CE is #789631. Grayscale: #7D7D7D. Windows color (decimal): -7902770 or 13527431. OLE color: 13527431.
HSL color Cylindrical-coordinate representation of color #8769CE: hue angle of 257.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8769CE is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 105 | 206 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.19 |
| HSL | 257.82º | 0.51% | 0.61% | - |
| HSV(B) | 257.82º | 0.49% | 0.81% | - |
| XYZ | 26.18 | 19.71 | 60.82 | - |
| YUV | 125.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 105 | 206 | 0.34 | 0.49 | 0 | 0.19 | 257.82 | 0.51 | 0.61 |
| Hex | 87 | 69 | CE | 22 | 31 | 0 | 13 | 102 | 33 | 3D |
| Octal | 207 | 151 | 316 | 42 | 61 | 0 | 23 | 402 | 63 | 75 |
| Binary | 10000111 | 1101001 | 11001110 | 100010 | 110001 | 0 | 10011 | 100000010 | 110011 | 111101 |
Color Harmonies of #8769CE
Complementary color
Monochromatic Colors of #8769CE
Black with #8769CE
Text Example
Text Example
White with #8769CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8769CE; }
p { color: rgb(135,105,206); }
H1.HeaderClassName
{
color: #8769CE;
}
.AnyTagClassName
{
color: #8769CE;
}
</style>
background-color css
<style>
a { background-color: #8769CE; }
a { background-color: rgb(135,105,206); }
div.DivClassName
{
background-color: #8769CE;
}
.BgClassName
{
background-color: #8769CE;
}
</style>
border-color css
<style>
span { border-color: #8769CE; }
span { border-color: rgb(135,105,206); }
td.TdClassName
{
border-color: #8769CE;
}
.TagClassName
{
border-color: #8769CE;
}
</style>