Shades of East Side #B777D0
Tints of East Side #B777D0
RGB
CMYK
RGB Variations
Color information
#B777D0 (or 0xB777D0) is known color: East Side. HEX triplet: B7, 77 and D0. RGB value is (183,119,208). Sum of RGB (Red+Green+Blue) = 183+119+208=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #B777D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777D0 is #48882F. Grayscale: #939393. Windows color (decimal): -4753456 or 13662135. OLE color: 13662135.
HSL color Cylindrical-coordinate representation of color #B777D0: hue angle of 283.15º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B777D0 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 119 | 208 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.18 |
| HSL | 283.15º | 0.49% | 0.64% | - |
| HSV(B) | 283.15º | 0.43% | 0.82% | - |
| XYZ | 37.51 | 27.82 | 63.07 | - |
| YUV | 148.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 208 | 0.12 | 0.43 | 0 | 0.18 | 283.15 | 0.49 | 0.64 |
| Hex | B7 | 77 | D0 | C | 2B | 0 | 12 | 11B | 31 | 40 |
| Octal | 267 | 167 | 320 | 14 | 53 | 0 | 22 | 433 | 61 | 100 |
| Binary | 10110111 | 1110111 | 11010000 | 1100 | 101011 | 0 | 10010 | 100011011 | 110001 | 1000000 |
Color Harmonies of #B777D0
Complementary color
Monochromatic Colors of #B777D0
Black with #B777D0
Text Example
Text Example
White with #B777D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777D0; }
p { color: rgb(183,119,208); }
H1.HeaderClassName
{
color: #B777D0;
}
.AnyTagClassName
{
color: #B777D0;
}
</style>
background-color css
<style>
a { background-color: #B777D0; }
a { background-color: rgb(183,119,208); }
div.DivClassName
{
background-color: #B777D0;
}
.BgClassName
{
background-color: #B777D0;
}
</style>
border-color css
<style>
span { border-color: #B777D0; }
span { border-color: rgb(183,119,208); }
td.TdClassName
{
border-color: #B777D0;
}
.TagClassName
{
border-color: #B777D0;
}
</style>