Shades of Seagull #7BABCE
Tints of Seagull #7BABCE
RGB
CMYK
RGB Variations
Color information
#7BABCE (or 0x7BABCE) is known color: Seagull. HEX triplet: 7B, AB and CE. RGB value is (123,171,206). Sum of RGB (Red+Green+Blue) = 123+171+206=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABCE is #845431. Grayscale: #A0A0A0. Windows color (decimal): -8672306 or 13544315. OLE color: 13544315.
HSL color Cylindrical-coordinate representation of color #7BABCE: hue angle of 205.3º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BABCE is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 171 | 206 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.19 |
| HSL | 205.3º | 0.46% | 0.65% | - |
| HSV(B) | 205.3º | 0.4% | 0.81% | - |
| XYZ | 33.87 | 37.79 | 63.9 | - |
| YUV | 160.64 | 153.6 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 206 | 0.40 | 0.17 | 0 | 0.19 | 205.3 | 0.46 | 0.65 |
| Hex | 7B | AB | CE | 28 | 11 | 0 | 13 | CD | 2E | 41 |
| Octal | 173 | 253 | 316 | 50 | 21 | 0 | 23 | 315 | 56 | 101 |
| Binary | 1111011 | 10101011 | 11001110 | 101000 | 10001 | 0 | 10011 | 11001101 | 101110 | 1000001 |
Color Harmonies of #7BABCE
Complementary color
Monochromatic Colors of #7BABCE
Black with #7BABCE
Text Example
Text Example
White with #7BABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABCE; }
p { color: rgb(123,171,206); }
H1.HeaderClassName
{
color: #7BABCE;
}
.AnyTagClassName
{
color: #7BABCE;
}
</style>
background-color css
<style>
a { background-color: #7BABCE; }
a { background-color: rgb(123,171,206); }
div.DivClassName
{
background-color: #7BABCE;
}
.BgClassName
{
background-color: #7BABCE;
}
</style>
border-color css
<style>
span { border-color: #7BABCE; }
span { border-color: rgb(123,171,206); }
td.TdClassName
{
border-color: #7BABCE;
}
.TagClassName
{
border-color: #7BABCE;
}
</style>