Shades of True V #8F7DCC
Tints of True V #8F7DCC
RGB
CMYK
RGB Variations
Color information
#8F7DCC (or 0x8F7DCC) is known color: True V. HEX triplet: 8F, 7D and CC. RGB value is (143,125,204). Sum of RGB (Red+Green+Blue) = 143+125+204=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F7DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DCC is #708233. Grayscale: #8B8B8B. Windows color (decimal): -7373364 or 13401487. OLE color: 13401487.
HSL color Cylindrical-coordinate representation of color #8F7DCC: hue angle of 253.67º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F7DCC is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 125 | 204 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.2 |
| HSL | 253.67º | 0.44% | 0.65% | - |
| HSV(B) | 253.67º | 0.39% | 0.8% | - |
| XYZ | 29.56 | 24.87 | 60.37 | - |
| YUV | 139.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 204 | 0.30 | 0.39 | 0 | 0.2 | 253.67 | 0.44 | 0.65 |
| Hex | 8F | 7D | CC | 1E | 27 | 0 | 14 | FE | 2C | 41 |
| Octal | 217 | 175 | 314 | 36 | 47 | 0 | 24 | 376 | 54 | 101 |
| Binary | 10001111 | 1111101 | 11001100 | 11110 | 100111 | 0 | 10100 | 11111110 | 101100 | 1000001 |
Color Harmonies of #8F7DCC
Complementary color
Monochromatic Colors of #8F7DCC
Black with #8F7DCC
Text Example
Text Example
White with #8F7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7DCC; }
p { color: rgb(143,125,204); }
H1.HeaderClassName
{
color: #8F7DCC;
}
.AnyTagClassName
{
color: #8F7DCC;
}
</style>
background-color css
<style>
a { background-color: #8F7DCC; }
a { background-color: rgb(143,125,204); }
div.DivClassName
{
background-color: #8F7DCC;
}
.BgClassName
{
background-color: #8F7DCC;
}
</style>
border-color css
<style>
span { border-color: #8F7DCC; }
span { border-color: rgb(143,125,204); }
td.TdClassName
{
border-color: #8F7DCC;
}
.TagClassName
{
border-color: #8F7DCC;
}
</style>