Shades of East Side #B779CC
Tints of East Side #B779CC
RGB
CMYK
RGB Variations
Color information
#B779CC (or 0xB779CC) is known color: East Side. HEX triplet: B7, 79 and CC. RGB value is (183,121,204). Sum of RGB (Red+Green+Blue) = 183+121+204=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #B779CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B779CC is #488633. Grayscale: #949494. Windows color (decimal): -4752948 or 13400503. OLE color: 13400503.
HSL color Cylindrical-coordinate representation of color #B779CC: hue angle of 284.82º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B779CC is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 121 | 204 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.2 |
| HSL | 284.82º | 0.45% | 0.64% | - |
| HSV(B) | 284.82º | 0.41% | 0.8% | - |
| XYZ | 37.26 | 28.1 | 60.59 | - |
| YUV | 149 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 204 | 0.10 | 0.41 | 0 | 0.2 | 284.82 | 0.45 | 0.64 |
| Hex | B7 | 79 | CC | A | 29 | 0 | 14 | 11D | 2D | 40 |
| Octal | 267 | 171 | 314 | 12 | 51 | 0 | 24 | 435 | 55 | 100 |
| Binary | 10110111 | 1111001 | 11001100 | 1010 | 101001 | 0 | 10100 | 100011101 | 101101 | 1000000 |
Color Harmonies of #B779CC
Complementary color
Monochromatic Colors of #B779CC
Black with #B779CC
Text Example
Text Example
White with #B779CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B779CC; }
p { color: rgb(183,121,204); }
H1.HeaderClassName
{
color: #B779CC;
}
.AnyTagClassName
{
color: #B779CC;
}
</style>
background-color css
<style>
a { background-color: #B779CC; }
a { background-color: rgb(183,121,204); }
div.DivClassName
{
background-color: #B779CC;
}
.BgClassName
{
background-color: #B779CC;
}
</style>
border-color css
<style>
span { border-color: #B779CC; }
span { border-color: rgb(183,121,204); }
td.TdClassName
{
border-color: #B779CC;
}
.TagClassName
{
border-color: #B779CC;
}
</style>