Shades of East Side #B087C7
Tints of East Side #B087C7
RGB
CMYK
RGB Variations
Color information
#B087C7 (or 0xB087C7) is known color: East Side. HEX triplet: B0, 87 and C7. RGB value is (176,135,199). Sum of RGB (Red+Green+Blue) = 176+135+199=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 199 - color contains mainly: blue. Hex color #B087C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087C7 is #4F7838. Grayscale: #9A9A9A. Windows color (decimal): -5208121 or 13076400. OLE color: 13076400.
HSL color Cylindrical-coordinate representation of color #B087C7: hue angle of 278.44º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B087C7 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 135 | 199 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.22 |
| HSL | 278.44º | 0.36% | 0.65% | - |
| HSV(B) | 278.44º | 0.32% | 0.78% | - |
| XYZ | 36.88 | 30.68 | 58.01 | - |
| YUV | 154.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 199 | 0.12 | 0.32 | 0 | 0.22 | 278.44 | 0.36 | 0.65 |
| Hex | B0 | 87 | C7 | C | 20 | 0 | 16 | 116 | 24 | 41 |
| Octal | 260 | 207 | 307 | 14 | 40 | 0 | 26 | 426 | 44 | 101 |
| Binary | 10110000 | 10000111 | 11000111 | 1100 | 100000 | 0 | 10110 | 100010110 | 100100 | 1000001 |
Color Harmonies of #B087C7
Complementary color
Monochromatic Colors of #B087C7
Black with #B087C7
Text Example
Text Example
White with #B087C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B087C7; }
p { color: rgb(176,135,199); }
H1.HeaderClassName
{
color: #B087C7;
}
.AnyTagClassName
{
color: #B087C7;
}
</style>
background-color css
<style>
a { background-color: #B087C7; }
a { background-color: rgb(176,135,199); }
div.DivClassName
{
background-color: #B087C7;
}
.BgClassName
{
background-color: #B087C7;
}
</style>
border-color css
<style>
span { border-color: #B087C7; }
span { border-color: rgb(176,135,199); }
td.TdClassName
{
border-color: #B087C7;
}
.TagClassName
{
border-color: #B087C7;
}
</style>