Shades of True V #8B78CB
Tints of True V #8B78CB
RGB
CMYK
RGB Variations
Color information
#8B78CB (or 0x8B78CB) is known color: True V. HEX triplet: 8B, 78 and CB. RGB value is (139,120,203). Sum of RGB (Red+Green+Blue) = 139+120+203=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B78CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B78CB is #748734. Grayscale: #868686. Windows color (decimal): -7636789 or 13334667. OLE color: 13334667.
HSL color Cylindrical-coordinate representation of color #8B78CB: hue angle of 253.73º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B78CB is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 120 | 203 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.20 |
| HSL | 253.73º | 0.44% | 0.63% | - |
| HSV(B) | 253.73º | 0.41% | 0.8% | - |
| XYZ | 28.14 | 23.23 | 59.5 | - |
| YUV | 135.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 203 | 0.32 | 0.41 | 0 | 0.20 | 253.73 | 0.44 | 0.63 |
| Hex | 8B | 78 | CB | 20 | 29 | 0 | 14 | FE | 2C | 3F |
| Octal | 213 | 170 | 313 | 40 | 51 | 0 | 24 | 376 | 54 | 77 |
| Binary | 10001011 | 1111000 | 11001011 | 100000 | 101001 | 0 | 10100 | 11111110 | 101100 | 111111 |
Color Harmonies of #8B78CB
Complementary color
Monochromatic Colors of #8B78CB
Black with #8B78CB
Text Example
Text Example
White with #8B78CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B78CB; }
p { color: rgb(139,120,203); }
H1.HeaderClassName
{
color: #8B78CB;
}
.AnyTagClassName
{
color: #8B78CB;
}
</style>
background-color css
<style>
a { background-color: #8B78CB; }
a { background-color: rgb(139,120,203); }
div.DivClassName
{
background-color: #8B78CB;
}
.BgClassName
{
background-color: #8B78CB;
}
</style>
border-color css
<style>
span { border-color: #8B78CB; }
span { border-color: rgb(139,120,203); }
td.TdClassName
{
border-color: #8B78CB;
}
.TagClassName
{
border-color: #8B78CB;
}
</style>