Shades of Seagull #7EACCD
Tints of Seagull #7EACCD
RGB
CMYK
RGB Variations
Color information
#7EACCD (or 0x7EACCD) is known color: Seagull. HEX triplet: 7E, AC and CD. RGB value is (126,172,205). Sum of RGB (Red+Green+Blue) = 126+172+205=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACCD is #815332. Grayscale: #A1A1A1. Windows color (decimal): -8475443 or 13479038. OLE color: 13479038.
HSL color Cylindrical-coordinate representation of color #7EACCD: hue angle of 205.06º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EACCD is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 172 | 205 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.20 |
| HSL | 205.06º | 0.44% | 0.65% | - |
| HSV(B) | 205.06º | 0.39% | 0.8% | - |
| XYZ | 34.38 | 38.35 | 63.35 | - |
| YUV | 162.01 | 152.26 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 205 | 0.39 | 0.16 | 0 | 0.20 | 205.06 | 0.44 | 0.65 |
| Hex | 7E | AC | CD | 27 | 10 | 0 | 14 | CD | 2C | 41 |
| Octal | 176 | 254 | 315 | 47 | 20 | 0 | 24 | 315 | 54 | 101 |
| Binary | 1111110 | 10101100 | 11001101 | 100111 | 10000 | 0 | 10100 | 11001101 | 101100 | 1000001 |
Color Harmonies of #7EACCD
Complementary color
Monochromatic Colors of #7EACCD
Black with #7EACCD
Text Example
Text Example
White with #7EACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EACCD; }
p { color: rgb(126,172,205); }
H1.HeaderClassName
{
color: #7EACCD;
}
.AnyTagClassName
{
color: #7EACCD;
}
</style>
background-color css
<style>
a { background-color: #7EACCD; }
a { background-color: rgb(126,172,205); }
div.DivClassName
{
background-color: #7EACCD;
}
.BgClassName
{
background-color: #7EACCD;
}
</style>
border-color css
<style>
span { border-color: #7EACCD; }
span { border-color: rgb(126,172,205); }
td.TdClassName
{
border-color: #7EACCD;
}
.TagClassName
{
border-color: #7EACCD;
}
</style>