Shades of East Side #B087CC
Tints of East Side #B087CC
RGB
CMYK
RGB Variations
Color information
#B087CC (or 0xB087CC) is known color: East Side. HEX triplet: B0, 87 and CC. RGB value is (176,135,204). Sum of RGB (Red+Green+Blue) = 176+135+204=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #B087CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087CC is #4F7833. Grayscale: #9A9A9A. Windows color (decimal): -5208116 or 13404080. OLE color: 13404080.
HSL color Cylindrical-coordinate representation of color #B087CC: hue angle of 275.65º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B087CC is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 135 | 204 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.2 |
| HSL | 275.65º | 0.4% | 0.66% | - |
| HSV(B) | 275.65º | 0.34% | 0.8% | - |
| XYZ | 37.47 | 30.92 | 61.12 | - |
| YUV | 155.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 204 | 0.14 | 0.34 | 0 | 0.2 | 275.65 | 0.4 | 0.66 |
| Hex | B0 | 87 | CC | E | 22 | 0 | 14 | 114 | 28 | 42 |
| Octal | 260 | 207 | 314 | 16 | 42 | 0 | 24 | 424 | 50 | 102 |
| Binary | 10110000 | 10000111 | 11001100 | 1110 | 100010 | 0 | 10100 | 100010100 | 101000 | 1000010 |
Color Harmonies of #B087CC
Complementary color
Monochromatic Colors of #B087CC
Black with #B087CC
Text Example
Text Example
White with #B087CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B087CC; }
p { color: rgb(176,135,204); }
H1.HeaderClassName
{
color: #B087CC;
}
.AnyTagClassName
{
color: #B087CC;
}
</style>
background-color css
<style>
a { background-color: #B087CC; }
a { background-color: rgb(176,135,204); }
div.DivClassName
{
background-color: #B087CC;
}
.BgClassName
{
background-color: #B087CC;
}
</style>
border-color css
<style>
span { border-color: #B087CC; }
span { border-color: rgb(176,135,204); }
td.TdClassName
{
border-color: #B087CC;
}
.TagClassName
{
border-color: #B087CC;
}
</style>