Shades of True V #8F7DCB
Tints of True V #8F7DCB
RGB
CMYK
RGB Variations
Color information
#8F7DCB (or 0x8F7DCB) is known color: True V. HEX triplet: 8F, 7D and CB. RGB value is (143,125,203). Sum of RGB (Red+Green+Blue) = 143+125+203=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F7DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DCB is #708234. Grayscale: #8A8A8A. Windows color (decimal): -7373365 or 13335951. OLE color: 13335951.
HSL color Cylindrical-coordinate representation of color #8F7DCB: hue angle of 253.85º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7DCB is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 125 | 203 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.20 |
| HSL | 253.85º | 0.43% | 0.64% | - |
| HSV(B) | 253.85º | 0.38% | 0.8% | - |
| XYZ | 29.44 | 24.82 | 59.74 | - |
| YUV | 139.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 203 | 0.30 | 0.38 | 0 | 0.20 | 253.85 | 0.43 | 0.64 |
| Hex | 8F | 7D | CB | 1E | 26 | 0 | 14 | FE | 2B | 40 |
| Octal | 217 | 175 | 313 | 36 | 46 | 0 | 24 | 376 | 53 | 100 |
| Binary | 10001111 | 1111101 | 11001011 | 11110 | 100110 | 0 | 10100 | 11111110 | 101011 | 1000000 |
Color Harmonies of #8F7DCB
Complementary color
Monochromatic Colors of #8F7DCB
Black with #8F7DCB
Text Example
Text Example
White with #8F7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7DCB; }
p { color: rgb(143,125,203); }
H1.HeaderClassName
{
color: #8F7DCB;
}
.AnyTagClassName
{
color: #8F7DCB;
}
</style>
background-color css
<style>
a { background-color: #8F7DCB; }
a { background-color: rgb(143,125,203); }
div.DivClassName
{
background-color: #8F7DCB;
}
.BgClassName
{
background-color: #8F7DCB;
}
</style>
border-color css
<style>
span { border-color: #8F7DCB; }
span { border-color: rgb(143,125,203); }
td.TdClassName
{
border-color: #8F7DCB;
}
.TagClassName
{
border-color: #8F7DCB;
}
</style>