Shades of Seagull #7CB4D5
Tints of Seagull #7CB4D5
RGB
CMYK
RGB Variations
Color information
#7CB4D5 (or 0x7CB4D5) is known color: Seagull. HEX triplet: 7C, B4 and D5. RGB value is (124,180,213). Sum of RGB (Red+Green+Blue) = 124+180+213=517 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.98% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #7CB4D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB4D5 is #834B2A. Grayscale: #A6A6A6. Windows color (decimal): -8604459 or 14005372. OLE color: 14005372.
HSL color Cylindrical-coordinate representation of color #7CB4D5: hue angle of 202.25º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CB4D5 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 180 | 213 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.16 |
| HSL | 202.25º | 0.51% | 0.66% | - |
| HSV(B) | 202.25º | 0.42% | 0.84% | - |
| XYZ | 36.64 | 41.73 | 69.07 | - |
| YUV | 167.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 213 | 0.42 | 0.15 | 0 | 0.16 | 202.25 | 0.51 | 0.66 |
| Hex | 7C | B4 | D5 | 2A | F | 0 | 10 | CA | 33 | 42 |
| Octal | 174 | 264 | 325 | 52 | 17 | 0 | 20 | 312 | 63 | 102 |
| Binary | 1111100 | 10110100 | 11010101 | 101010 | 1111 | 0 | 10000 | 11001010 | 110011 | 1000010 |
Color Harmonies of #7CB4D5
Complementary color
Monochromatic Colors of #7CB4D5
Black with #7CB4D5
Text Example
Text Example
White with #7CB4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB4D5; }
p { color: rgb(124,180,213); }
H1.HeaderClassName
{
color: #7CB4D5;
}
.AnyTagClassName
{
color: #7CB4D5;
}
</style>
background-color css
<style>
a { background-color: #7CB4D5; }
a { background-color: rgb(124,180,213); }
div.DivClassName
{
background-color: #7CB4D5;
}
.BgClassName
{
background-color: #7CB4D5;
}
</style>
border-color css
<style>
span { border-color: #7CB4D5; }
span { border-color: rgb(124,180,213); }
td.TdClassName
{
border-color: #7CB4D5;
}
.TagClassName
{
border-color: #7CB4D5;
}
</style>