Shades of Seagull #7CABCA
Tints of Seagull #7CABCA
RGB
CMYK
RGB Variations
Color information
#7CABCA (or 0x7CABCA) is known color: Seagull. HEX triplet: 7C, AB and CA. RGB value is (124,171,202). Sum of RGB (Red+Green+Blue) = 124+171+202=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #7CABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABCA is #835435. Grayscale: #A0A0A0. Windows color (decimal): -8606774 or 13282172. OLE color: 13282172.
HSL color Cylindrical-coordinate representation of color #7CABCA: hue angle of 203.85º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CABCA is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 171 | 202 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.21 |
| HSL | 203.85º | 0.42% | 0.64% | - |
| HSV(B) | 203.85º | 0.39% | 0.79% | - |
| XYZ | 33.54 | 37.68 | 61.38 | - |
| YUV | 160.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 202 | 0.39 | 0.15 | 0 | 0.21 | 203.85 | 0.42 | 0.64 |
| Hex | 7C | AB | CA | 27 | F | 0 | 15 | CC | 2A | 40 |
| Octal | 174 | 253 | 312 | 47 | 17 | 0 | 25 | 314 | 52 | 100 |
| Binary | 1111100 | 10101011 | 11001010 | 100111 | 1111 | 0 | 10101 | 11001100 | 101010 | 1000000 |
Color Harmonies of #7CABCA
Complementary color
Monochromatic Colors of #7CABCA
Black with #7CABCA
Text Example
Text Example
White with #7CABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CABCA; }
p { color: rgb(124,171,202); }
H1.HeaderClassName
{
color: #7CABCA;
}
.AnyTagClassName
{
color: #7CABCA;
}
</style>
background-color css
<style>
a { background-color: #7CABCA; }
a { background-color: rgb(124,171,202); }
div.DivClassName
{
background-color: #7CABCA;
}
.BgClassName
{
background-color: #7CABCA;
}
</style>
border-color css
<style>
span { border-color: #7CABCA; }
span { border-color: rgb(124,171,202); }
td.TdClassName
{
border-color: #7CABCA;
}
.TagClassName
{
border-color: #7CABCA;
}
</style>