Shades of East Side #B77ED8
Tints of East Side #B77ED8
RGB
CMYK
RGB Variations
Color information
#B77ED8 (or 0xB77ED8) is known color: East Side. HEX triplet: B7, 7E and D8. RGB value is (183,126,216). Sum of RGB (Red+Green+Blue) = 183+126+216=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #B77ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ED8 is #488127. Grayscale: #989898. Windows color (decimal): -4751656 or 14188215. OLE color: 14188215.
HSL color Cylindrical-coordinate representation of color #B77ED8: hue angle of 278º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B77ED8 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 126 | 216 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.15 |
| HSL | 278º | 0.54% | 0.67% | - |
| HSV(B) | 278º | 0.42% | 0.85% | - |
| XYZ | 39.38 | 29.95 | 68.67 | - |
| YUV | 153.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 216 | 0.15 | 0.42 | 0 | 0.15 | 278 | 0.54 | 0.67 |
| Hex | B7 | 7E | D8 | F | 2A | 0 | F | 116 | 36 | 43 |
| Octal | 267 | 176 | 330 | 17 | 52 | 0 | 17 | 426 | 66 | 103 |
| Binary | 10110111 | 1111110 | 11011000 | 1111 | 101010 | 0 | 1111 | 100010110 | 110110 | 1000011 |
Color Harmonies of #B77ED8
Complementary color
Monochromatic Colors of #B77ED8
Black with #B77ED8
Text Example
Text Example
White with #B77ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77ED8; }
p { color: rgb(183,126,216); }
H1.HeaderClassName
{
color: #B77ED8;
}
.AnyTagClassName
{
color: #B77ED8;
}
</style>
background-color css
<style>
a { background-color: #B77ED8; }
a { background-color: rgb(183,126,216); }
div.DivClassName
{
background-color: #B77ED8;
}
.BgClassName
{
background-color: #B77ED8;
}
</style>
border-color css
<style>
span { border-color: #B77ED8; }
span { border-color: rgb(183,126,216); }
td.TdClassName
{
border-color: #B77ED8;
}
.TagClassName
{
border-color: #B77ED8;
}
</style>