Shades of Ship Cove #7B90AC
Tints of Ship Cove #7B90AC
RGB
CMYK
RGB Variations
Color information
#7B90AC (or 0x7B90AC) is known color: Ship Cove. HEX triplet: 7B, 90 and AC. RGB value is (123,144,172). Sum of RGB (Red+Green+Blue) = 123+144+172=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B90AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B90AC is #846F53. Grayscale: #8C8C8C. Windows color (decimal): -8679252 or 11309179. OLE color: 11309179.
HSL color Cylindrical-coordinate representation of color #7B90AC: hue angle of 214.29º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B90AC is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 144 | 172 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.33 |
| HSL | 214.29º | 0.23% | 0.58% | - |
| HSV(B) | 214.29º | 0.28% | 0.67% | - |
| XYZ | 25.59 | 27.14 | 42.92 | - |
| YUV | 140.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 172 | 0.28 | 0.16 | 0 | 0.33 | 214.29 | 0.23 | 0.58 |
| Hex | 7B | 90 | AC | 1C | 10 | 0 | 21 | D6 | 17 | 3A |
| Octal | 173 | 220 | 254 | 34 | 20 | 0 | 41 | 326 | 27 | 72 |
| Binary | 1111011 | 10010000 | 10101100 | 11100 | 10000 | 0 | 100001 | 11010110 | 10111 | 111010 |
Color Harmonies of #7B90AC
Complementary color
Monochromatic Colors of #7B90AC
Black with #7B90AC
Text Example
Text Example
White with #7B90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B90AC; }
p { color: rgb(123,144,172); }
H1.HeaderClassName
{
color: #7B90AC;
}
.AnyTagClassName
{
color: #7B90AC;
}
</style>
background-color css
<style>
a { background-color: #7B90AC; }
a { background-color: rgb(123,144,172); }
div.DivClassName
{
background-color: #7B90AC;
}
.BgClassName
{
background-color: #7B90AC;
}
</style>
border-color css
<style>
span { border-color: #7B90AC; }
span { border-color: rgb(123,144,172); }
td.TdClassName
{
border-color: #7B90AC;
}
.TagClassName
{
border-color: #7B90AC;
}
</style>