Shades of True V #8F7DBF
Tints of True V #8F7DBF
RGB
CMYK
RGB Variations
Color information
#8F7DBF (or 0x8F7DBF) is known color: True V. HEX triplet: 8F, 7D and BF. RGB value is (143,125,191). Sum of RGB (Red+Green+Blue) = 143+125+191=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F7DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DBF is #708240. Grayscale: #898989. Windows color (decimal): -7373377 or 12549519. OLE color: 12549519.
HSL color Cylindrical-coordinate representation of color #8F7DBF: hue angle of 256.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F7DBF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 125 | 191 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.25 |
| HSL | 256.36º | 0.34% | 0.62% | - |
| HSV(B) | 256.36º | 0.35% | 0.75% | - |
| XYZ | 28.07 | 24.27 | 52.5 | - |
| YUV | 137.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 191 | 0.25 | 0.35 | 0 | 0.25 | 256.36 | 0.34 | 0.62 |
| Hex | 8F | 7D | BF | 19 | 23 | 0 | 19 | 100 | 22 | 3E |
| Octal | 217 | 175 | 277 | 31 | 43 | 0 | 31 | 400 | 42 | 76 |
| Binary | 10001111 | 1111101 | 10111111 | 11001 | 100011 | 0 | 11001 | 100000000 | 100010 | 111110 |
Color Harmonies of #8F7DBF
Complementary color
Monochromatic Colors of #8F7DBF
Black with #8F7DBF
Text Example
Text Example
White with #8F7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7DBF; }
p { color: rgb(143,125,191); }
H1.HeaderClassName
{
color: #8F7DBF;
}
.AnyTagClassName
{
color: #8F7DBF;
}
</style>
background-color css
<style>
a { background-color: #8F7DBF; }
a { background-color: rgb(143,125,191); }
div.DivClassName
{
background-color: #8F7DBF;
}
.BgClassName
{
background-color: #8F7DBF;
}
</style>
border-color css
<style>
span { border-color: #8F7DBF; }
span { border-color: rgb(143,125,191); }
td.TdClassName
{
border-color: #8F7DBF;
}
.TagClassName
{
border-color: #8F7DBF;
}
</style>