Shades of Seagull #7BABCC
Tints of Seagull #7BABCC
RGB
CMYK
RGB Variations
Color information
#7BABCC (or 0x7BABCC) is known color: Seagull. HEX triplet: 7B, AB and CC. RGB value is (123,171,204). Sum of RGB (Red+Green+Blue) = 123+171+204=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABCC is #845433. Grayscale: #A0A0A0. Windows color (decimal): -8672308 or 13413243. OLE color: 13413243.
HSL color Cylindrical-coordinate representation of color #7BABCC: hue angle of 204.44º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BABCC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 171 | 204 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.2 |
| HSL | 204.44º | 0.44% | 0.64% | - |
| HSV(B) | 204.44º | 0.4% | 0.8% | - |
| XYZ | 33.63 | 37.7 | 62.63 | - |
| YUV | 160.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 204 | 0.40 | 0.16 | 0 | 0.2 | 204.44 | 0.44 | 0.64 |
| Hex | 7B | AB | CC | 28 | 10 | 0 | 14 | CC | 2C | 40 |
| Octal | 173 | 253 | 314 | 50 | 20 | 0 | 24 | 314 | 54 | 100 |
| Binary | 1111011 | 10101011 | 11001100 | 101000 | 10000 | 0 | 10100 | 11001100 | 101100 | 1000000 |
Color Harmonies of #7BABCC
Complementary color
Monochromatic Colors of #7BABCC
Black with #7BABCC
Text Example
Text Example
White with #7BABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABCC; }
p { color: rgb(123,171,204); }
H1.HeaderClassName
{
color: #7BABCC;
}
.AnyTagClassName
{
color: #7BABCC;
}
</style>
background-color css
<style>
a { background-color: #7BABCC; }
a { background-color: rgb(123,171,204); }
div.DivClassName
{
background-color: #7BABCC;
}
.BgClassName
{
background-color: #7BABCC;
}
</style>
border-color css
<style>
span { border-color: #7BABCC; }
span { border-color: rgb(123,171,204); }
td.TdClassName
{
border-color: #7BABCC;
}
.TagClassName
{
border-color: #7BABCC;
}
</style>