Shades of True V #8F80BB
Tints of True V #8F80BB
RGB
CMYK
RGB Variations
Color information
#8F80BB (or 0x8F80BB) is known color: True V. HEX triplet: 8F, 80 and BB. RGB value is (143,128,187). Sum of RGB (Red+Green+Blue) = 143+128+187=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F80BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80BB is #707F44. Grayscale: #8A8A8A. Windows color (decimal): -7372613 or 12288143. OLE color: 12288143.
HSL color Cylindrical-coordinate representation of color #8F80BB: hue angle of 255.25º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F80BB is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 128 | 187 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.27 |
| HSL | 255.25º | 0.3% | 0.62% | - |
| HSV(B) | 255.25º | 0.32% | 0.73% | - |
| XYZ | 28.02 | 24.87 | 50.34 | - |
| YUV | 139.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 187 | 0.24 | 0.32 | 0 | 0.27 | 255.25 | 0.3 | 0.62 |
| Hex | 8F | 80 | BB | 18 | 20 | 0 | 1B | FF | 1E | 3E |
| Octal | 217 | 200 | 273 | 30 | 40 | 0 | 33 | 377 | 36 | 76 |
| Binary | 10001111 | 10000000 | 10111011 | 11000 | 100000 | 0 | 11011 | 11111111 | 11110 | 111110 |
Color Harmonies of #8F80BB
Complementary color
Monochromatic Colors of #8F80BB
Black with #8F80BB
Text Example
Text Example
White with #8F80BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80BB; }
p { color: rgb(143,128,187); }
H1.HeaderClassName
{
color: #8F80BB;
}
.AnyTagClassName
{
color: #8F80BB;
}
</style>
background-color css
<style>
a { background-color: #8F80BB; }
a { background-color: rgb(143,128,187); }
div.DivClassName
{
background-color: #8F80BB;
}
.BgClassName
{
background-color: #8F80BB;
}
</style>
border-color css
<style>
span { border-color: #8F80BB; }
span { border-color: rgb(143,128,187); }
td.TdClassName
{
border-color: #8F80BB;
}
.TagClassName
{
border-color: #8F80BB;
}
</style>