Shades of True V #8C7BBB
Tints of True V #8C7BBB
RGB
CMYK
RGB Variations
Color information
#8C7BBB (or 0x8C7BBB) is known color: True V. HEX triplet: 8C, 7B and BB. RGB value is (140,123,187). Sum of RGB (Red+Green+Blue) = 140+123+187=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BBB is #738444. Grayscale: #878787. Windows color (decimal): -7570501 or 12286860. OLE color: 12286860.
HSL color Cylindrical-coordinate representation of color #8C7BBB: hue angle of 255.94º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C7BBB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 123 | 187 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.27 |
| HSL | 255.94º | 0.32% | 0.61% | - |
| HSV(B) | 255.94º | 0.34% | 0.73% | - |
| XYZ | 26.87 | 23.33 | 50.1 | - |
| YUV | 135.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 187 | 0.25 | 0.34 | 0 | 0.27 | 255.94 | 0.32 | 0.61 |
| Hex | 8C | 7B | BB | 19 | 22 | 0 | 1B | 100 | 20 | 3D |
| Octal | 214 | 173 | 273 | 31 | 42 | 0 | 33 | 400 | 40 | 75 |
| Binary | 10001100 | 1111011 | 10111011 | 11001 | 100010 | 0 | 11011 | 100000000 | 100000 | 111101 |
Color Harmonies of #8C7BBB
Complementary color
Monochromatic Colors of #8C7BBB
Black with #8C7BBB
Text Example
Text Example
White with #8C7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BBB; }
p { color: rgb(140,123,187); }
H1.HeaderClassName
{
color: #8C7BBB;
}
.AnyTagClassName
{
color: #8C7BBB;
}
</style>
background-color css
<style>
a { background-color: #8C7BBB; }
a { background-color: rgb(140,123,187); }
div.DivClassName
{
background-color: #8C7BBB;
}
.BgClassName
{
background-color: #8C7BBB;
}
</style>
border-color css
<style>
span { border-color: #8C7BBB; }
span { border-color: rgb(140,123,187); }
td.TdClassName
{
border-color: #8C7BBB;
}
.TagClassName
{
border-color: #8C7BBB;
}
</style>