Shades of Seagull #87B7D3
Tints of Seagull #87B7D3
RGB
CMYK
RGB Variations
Color information
#87B7D3 (or 0x87B7D3) is known color: Seagull. HEX triplet: 87, B7 and D3. RGB value is (135,183,211). Sum of RGB (Red+Green+Blue) = 135+183+211=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #87B7D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B7D3 is #78482C. Grayscale: #ABABAB. Windows color (decimal): -7882797 or 13875079. OLE color: 13875079.
HSL color Cylindrical-coordinate representation of color #87B7D3: hue angle of 202.11º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87B7D3 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 183 | 211 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.17 |
| HSL | 202.11º | 0.46% | 0.68% | - |
| HSV(B) | 202.11º | 0.36% | 0.83% | - |
| XYZ | 38.68 | 43.72 | 68.03 | - |
| YUV | 171.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 183 | 211 | 0.36 | 0.13 | 0 | 0.17 | 202.11 | 0.46 | 0.68 |
| Hex | 87 | B7 | D3 | 24 | D | 0 | 11 | CA | 2E | 44 |
| Octal | 207 | 267 | 323 | 44 | 15 | 0 | 21 | 312 | 56 | 104 |
| Binary | 10000111 | 10110111 | 11010011 | 100100 | 1101 | 0 | 10001 | 11001010 | 101110 | 1000100 |
Color Harmonies of #87B7D3
Complementary color
Monochromatic Colors of #87B7D3
Black with #87B7D3
Text Example
Text Example
White with #87B7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B7D3; }
p { color: rgb(135,183,211); }
H1.HeaderClassName
{
color: #87B7D3;
}
.AnyTagClassName
{
color: #87B7D3;
}
</style>
background-color css
<style>
a { background-color: #87B7D3; }
a { background-color: rgb(135,183,211); }
div.DivClassName
{
background-color: #87B7D3;
}
.BgClassName
{
background-color: #87B7D3;
}
</style>
border-color css
<style>
span { border-color: #87B7D3; }
span { border-color: rgb(135,183,211); }
td.TdClassName
{
border-color: #87B7D3;
}
.TagClassName
{
border-color: #87B7D3;
}
</style>