Shades of East Side #B792CC
Tints of East Side #B792CC
RGB
CMYK
RGB Variations
Color information
#B792CC (or 0xB792CC) is known color: East Side. HEX triplet: B7, 92 and CC. RGB value is (183,146,204). Sum of RGB (Red+Green+Blue) = 183+146+204=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #B792CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B792CC is #486D33. Grayscale: #A3A3A3. Windows color (decimal): -4746548 or 13406903. OLE color: 13406903.
HSL color Cylindrical-coordinate representation of color #B792CC: hue angle of 278.28º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B792CC is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 146 | 204 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.2 |
| HSL | 278.28º | 0.36% | 0.69% | - |
| HSV(B) | 278.28º | 0.28% | 0.8% | - |
| XYZ | 40.71 | 34.98 | 61.73 | - |
| YUV | 163.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 204 | 0.10 | 0.28 | 0 | 0.2 | 278.28 | 0.36 | 0.69 |
| Hex | B7 | 92 | CC | A | 1C | 0 | 14 | 116 | 24 | 45 |
| Octal | 267 | 222 | 314 | 12 | 34 | 0 | 24 | 426 | 44 | 105 |
| Binary | 10110111 | 10010010 | 11001100 | 1010 | 11100 | 0 | 10100 | 100010110 | 100100 | 1000101 |
Color Harmonies of #B792CC
Complementary color
Monochromatic Colors of #B792CC
Black with #B792CC
Text Example
Text Example
White with #B792CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B792CC; }
p { color: rgb(183,146,204); }
H1.HeaderClassName
{
color: #B792CC;
}
.AnyTagClassName
{
color: #B792CC;
}
</style>
background-color css
<style>
a { background-color: #B792CC; }
a { background-color: rgb(183,146,204); }
div.DivClassName
{
background-color: #B792CC;
}
.BgClassName
{
background-color: #B792CC;
}
</style>
border-color css
<style>
span { border-color: #B792CC; }
span { border-color: rgb(183,146,204); }
td.TdClassName
{
border-color: #B792CC;
}
.TagClassName
{
border-color: #B792CC;
}
</style>