Shades of East Side #B779DD
Tints of East Side #B779DD
RGB
CMYK
RGB Variations
Color information
#B779DD (or 0xB779DD) is known color: East Side. HEX triplet: B7, 79 and DD. RGB value is (183,121,221). Sum of RGB (Red+Green+Blue) = 183+121+221=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #B779DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B779DD is #488622. Grayscale: #969696. Windows color (decimal): -4752931 or 14514615. OLE color: 14514615.
HSL color Cylindrical-coordinate representation of color #B779DD: hue angle of 277.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B779DD is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 121 | 221 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.13 |
| HSL | 277.2º | 0.6% | 0.67% | - |
| HSV(B) | 277.2º | 0.45% | 0.87% | - |
| XYZ | 39.42 | 28.96 | 71.92 | - |
| YUV | 150.94 | 167.54 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 221 | 0.17 | 0.45 | 0 | 0.13 | 277.2 | 0.6 | 0.67 |
| Hex | B7 | 79 | DD | 11 | 2D | 0 | D | 115 | 3C | 43 |
| Octal | 267 | 171 | 335 | 21 | 55 | 0 | 15 | 425 | 74 | 103 |
| Binary | 10110111 | 1111001 | 11011101 | 10001 | 101101 | 0 | 1101 | 100010101 | 111100 | 1000011 |
Color Harmonies of #B779DD
Complementary color
Monochromatic Colors of #B779DD
Black with #B779DD
Text Example
Text Example
White with #B779DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B779DD; }
p { color: rgb(183,121,221); }
H1.HeaderClassName
{
color: #B779DD;
}
.AnyTagClassName
{
color: #B779DD;
}
</style>
background-color css
<style>
a { background-color: #B779DD; }
a { background-color: rgb(183,121,221); }
div.DivClassName
{
background-color: #B779DD;
}
.BgClassName
{
background-color: #B779DD;
}
</style>
border-color css
<style>
span { border-color: #B779DD; }
span { border-color: rgb(183,121,221); }
td.TdClassName
{
border-color: #B779DD;
}
.TagClassName
{
border-color: #B779DD;
}
</style>