Shades of East Side #B79CC7
Tints of East Side #B79CC7
RGB
CMYK
RGB Variations
Color information
#B79CC7 (or 0xB79CC7) is known color: East Side. HEX triplet: B7, 9C and C7. RGB value is (183,156,199). Sum of RGB (Red+Green+Blue) = 183+156+199=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 199 - color contains mainly: blue. Hex color #B79CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CC7 is #486338. Grayscale: #A8A8A8. Windows color (decimal): -4743993 or 13081783. OLE color: 13081783.
HSL color Cylindrical-coordinate representation of color #B79CC7: hue angle of 277.67º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B79CC7 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 156 | 199 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.22 |
| HSL | 277.67º | 0.28% | 0.7% | - |
| HSV(B) | 277.67º | 0.22% | 0.78% | - |
| XYZ | 41.73 | 37.97 | 59.16 | - |
| YUV | 168.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 199 | 0.08 | 0.22 | 0 | 0.22 | 277.67 | 0.28 | 0.7 |
| Hex | B7 | 9C | C7 | 8 | 16 | 0 | 16 | 116 | 1C | 46 |
| Octal | 267 | 234 | 307 | 10 | 26 | 0 | 26 | 426 | 34 | 106 |
| Binary | 10110111 | 10011100 | 11000111 | 1000 | 10110 | 0 | 10110 | 100010110 | 11100 | 1000110 |
Color Harmonies of #B79CC7
Complementary color
Monochromatic Colors of #B79CC7
Black with #B79CC7
Text Example
Text Example
White with #B79CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79CC7; }
p { color: rgb(183,156,199); }
H1.HeaderClassName
{
color: #B79CC7;
}
.AnyTagClassName
{
color: #B79CC7;
}
</style>
background-color css
<style>
a { background-color: #B79CC7; }
a { background-color: rgb(183,156,199); }
div.DivClassName
{
background-color: #B79CC7;
}
.BgClassName
{
background-color: #B79CC7;
}
</style>
border-color css
<style>
span { border-color: #B79CC7; }
span { border-color: rgb(183,156,199); }
td.TdClassName
{
border-color: #B79CC7;
}
.TagClassName
{
border-color: #B79CC7;
}
</style>