Shades of True V #8873CB
Tints of True V #8873CB
RGB
CMYK
RGB Variations
Color information
#8873CB (or 0x8873CB) is known color: True V. HEX triplet: 88, 73 and CB. RGB value is (136,115,203). Sum of RGB (Red+Green+Blue) = 136+115+203=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #8873CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8873CB is #778C34. Grayscale: #828282. Windows color (decimal): -7834677 or 13333384. OLE color: 13333384.
HSL color Cylindrical-coordinate representation of color #8873CB: hue angle of 254.32º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8873CB is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 115 | 203 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.20 |
| HSL | 254.32º | 0.46% | 0.62% | - |
| HSV(B) | 254.32º | 0.43% | 0.8% | - |
| XYZ | 27.06 | 21.81 | 59.28 | - |
| YUV | 131.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 203 | 0.33 | 0.43 | 0 | 0.20 | 254.32 | 0.46 | 0.62 |
| Hex | 88 | 73 | CB | 21 | 2B | 0 | 14 | FE | 2E | 3E |
| Octal | 210 | 163 | 313 | 41 | 53 | 0 | 24 | 376 | 56 | 76 |
| Binary | 10001000 | 1110011 | 11001011 | 100001 | 101011 | 0 | 10100 | 11111110 | 101110 | 111110 |
Color Harmonies of #8873CB
Complementary color
Monochromatic Colors of #8873CB
Black with #8873CB
Text Example
Text Example
White with #8873CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8873CB; }
p { color: rgb(136,115,203); }
H1.HeaderClassName
{
color: #8873CB;
}
.AnyTagClassName
{
color: #8873CB;
}
</style>
background-color css
<style>
a { background-color: #8873CB; }
a { background-color: rgb(136,115,203); }
div.DivClassName
{
background-color: #8873CB;
}
.BgClassName
{
background-color: #8873CB;
}
</style>
border-color css
<style>
span { border-color: #8873CB; }
span { border-color: rgb(136,115,203); }
td.TdClassName
{
border-color: #8873CB;
}
.TagClassName
{
border-color: #8873CB;
}
</style>