Shades of Seagull #87B7C8
Tints of Seagull #87B7C8
RGB
CMYK
RGB Variations
Color information
#87B7C8 (or 0x87B7C8) is known color: Seagull. HEX triplet: 87, B7 and C8. RGB value is (135,183,200). Sum of RGB (Red+Green+Blue) = 135+183+200=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 200 - color contains mainly: blue. Hex color #87B7C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B7C8 is #784837. Grayscale: #AAAAAA. Windows color (decimal): -7882808 or 13154183. OLE color: 13154183.
HSL color Cylindrical-coordinate representation of color #87B7C8: hue angle of 195.69º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87B7C8 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 183 | 200 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.22 |
| HSL | 195.69º | 0.37% | 0.66% | - |
| HSV(B) | 195.69º | 0.33% | 0.78% | - |
| XYZ | 37.35 | 43.19 | 61.01 | - |
| YUV | 170.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 183 | 200 | 0.32 | 0.08 | 0 | 0.22 | 195.69 | 0.37 | 0.66 |
| Hex | 87 | B7 | C8 | 20 | 8 | 0 | 16 | C4 | 25 | 42 |
| Octal | 207 | 267 | 310 | 40 | 10 | 0 | 26 | 304 | 45 | 102 |
| Binary | 10000111 | 10110111 | 11001000 | 100000 | 1000 | 0 | 10110 | 11000100 | 100101 | 1000010 |
Color Harmonies of #87B7C8
Complementary color
Monochromatic Colors of #87B7C8
Black with #87B7C8
Text Example
Text Example
White with #87B7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B7C8; }
p { color: rgb(135,183,200); }
H1.HeaderClassName
{
color: #87B7C8;
}
.AnyTagClassName
{
color: #87B7C8;
}
</style>
background-color css
<style>
a { background-color: #87B7C8; }
a { background-color: rgb(135,183,200); }
div.DivClassName
{
background-color: #87B7C8;
}
.BgClassName
{
background-color: #87B7C8;
}
</style>
border-color css
<style>
span { border-color: #87B7C8; }
span { border-color: rgb(135,183,200); }
td.TdClassName
{
border-color: #87B7C8;
}
.TagClassName
{
border-color: #87B7C8;
}
</style>