Shades of True V #8F78CB
Tints of True V #8F78CB
RGB
CMYK
RGB Variations
Color information
#8F78CB (or 0x8F78CB) is known color: True V. HEX triplet: 8F, 78 and CB. RGB value is (143,120,203). Sum of RGB (Red+Green+Blue) = 143+120+203=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F78CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78CB is #708734. Grayscale: #888888. Windows color (decimal): -7374645 or 13334671. OLE color: 13334671.
HSL color Cylindrical-coordinate representation of color #8F78CB: hue angle of 256.63º 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 #8F78CB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 120 | 203 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.20 |
| HSL | 256.63º | 0.44% | 0.63% | - |
| HSV(B) | 256.63º | 0.41% | 0.8% | - |
| XYZ | 28.82 | 23.58 | 59.53 | - |
| YUV | 136.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 203 | 0.30 | 0.41 | 0 | 0.20 | 256.63 | 0.44 | 0.63 |
| Hex | 8F | 78 | CB | 1E | 29 | 0 | 14 | 101 | 2C | 3F |
| Octal | 217 | 170 | 313 | 36 | 51 | 0 | 24 | 401 | 54 | 77 |
| Binary | 10001111 | 1111000 | 11001011 | 11110 | 101001 | 0 | 10100 | 100000001 | 101100 | 111111 |
Color Harmonies of #8F78CB
Complementary color
Monochromatic Colors of #8F78CB
Black with #8F78CB
Text Example
Text Example
White with #8F78CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78CB; }
p { color: rgb(143,120,203); }
H1.HeaderClassName
{
color: #8F78CB;
}
.AnyTagClassName
{
color: #8F78CB;
}
</style>
background-color css
<style>
a { background-color: #8F78CB; }
a { background-color: rgb(143,120,203); }
div.DivClassName
{
background-color: #8F78CB;
}
.BgClassName
{
background-color: #8F78CB;
}
</style>
border-color css
<style>
span { border-color: #8F78CB; }
span { border-color: rgb(143,120,203); }
td.TdClassName
{
border-color: #8F78CB;
}
.TagClassName
{
border-color: #8F78CB;
}
</style>