Shades of True V #8F80BE
Tints of True V #8F80BE
RGB
CMYK
RGB Variations
Color information
#8F80BE (or 0x8F80BE) is known color: True V. HEX triplet: 8F, 80 and BE. RGB value is (143,128,190). Sum of RGB (Red+Green+Blue) = 143+128+190=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80BE is #707F41. Grayscale: #8B8B8B. Windows color (decimal): -7372610 or 12484751. OLE color: 12484751.
HSL color Cylindrical-coordinate representation of color #8F80BE: hue angle of 254.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F80BE is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 128 | 190 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.25 |
| HSL | 254.52º | 0.32% | 0.62% | - |
| HSV(B) | 254.52º | 0.33% | 0.75% | - |
| XYZ | 28.34 | 25 | 52.05 | - |
| YUV | 139.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 190 | 0.25 | 0.33 | 0 | 0.25 | 254.52 | 0.32 | 0.62 |
| Hex | 8F | 80 | BE | 19 | 21 | 0 | 19 | FF | 20 | 3E |
| Octal | 217 | 200 | 276 | 31 | 41 | 0 | 31 | 377 | 40 | 76 |
| Binary | 10001111 | 10000000 | 10111110 | 11001 | 100001 | 0 | 11001 | 11111111 | 100000 | 111110 |
Color Harmonies of #8F80BE
Complementary color
Monochromatic Colors of #8F80BE
Black with #8F80BE
Text Example
Text Example
White with #8F80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80BE; }
p { color: rgb(143,128,190); }
H1.HeaderClassName
{
color: #8F80BE;
}
.AnyTagClassName
{
color: #8F80BE;
}
</style>
background-color css
<style>
a { background-color: #8F80BE; }
a { background-color: rgb(143,128,190); }
div.DivClassName
{
background-color: #8F80BE;
}
.BgClassName
{
background-color: #8F80BE;
}
</style>
border-color css
<style>
span { border-color: #8F80BE; }
span { border-color: rgb(143,128,190); }
td.TdClassName
{
border-color: #8F80BE;
}
.TagClassName
{
border-color: #8F80BE;
}
</style>