Shades of Seagull #7CBACD
Tints of Seagull #7CBACD
RGB
CMYK
RGB Variations
Color information
#7CBACD (or 0x7CBACD) is known color: Seagull. HEX triplet: 7C, BA and CD. RGB value is (124,186,205). Sum of RGB (Red+Green+Blue) = 124+186+205=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBACD is #834532. Grayscale: #A9A9A9. Windows color (decimal): -8602931 or 13482620. OLE color: 13482620.
HSL color Cylindrical-coordinate representation of color #7CBACD: hue angle of 194.07º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CBACD is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 186 | 205 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.20 |
| HSL | 194.07º | 0.45% | 0.65% | - |
| HSV(B) | 194.07º | 0.4% | 0.8% | - |
| XYZ | 36.89 | 43.81 | 64.27 | - |
| YUV | 169.63 | 147.96 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 205 | 0.40 | 0.09 | 0 | 0.20 | 194.07 | 0.45 | 0.65 |
| Hex | 7C | BA | CD | 28 | 9 | 0 | 14 | C2 | 2D | 41 |
| Octal | 174 | 272 | 315 | 50 | 11 | 0 | 24 | 302 | 55 | 101 |
| Binary | 1111100 | 10111010 | 11001101 | 101000 | 1001 | 0 | 10100 | 11000010 | 101101 | 1000001 |
Color Harmonies of #7CBACD
Complementary color
Monochromatic Colors of #7CBACD
Black with #7CBACD
Text Example
Text Example
White with #7CBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBACD; }
p { color: rgb(124,186,205); }
H1.HeaderClassName
{
color: #7CBACD;
}
.AnyTagClassName
{
color: #7CBACD;
}
</style>
background-color css
<style>
a { background-color: #7CBACD; }
a { background-color: rgb(124,186,205); }
div.DivClassName
{
background-color: #7CBACD;
}
.BgClassName
{
background-color: #7CBACD;
}
</style>
border-color css
<style>
span { border-color: #7CBACD; }
span { border-color: rgb(124,186,205); }
td.TdClassName
{
border-color: #7CBACD;
}
.TagClassName
{
border-color: #7CBACD;
}
</style>