Shades of Ship Cove #7994B5
Tints of Ship Cove #7994B5
RGB
CMYK
RGB Variations
Color information
#7994B5 (or 0x7994B5) is known color: Ship Cove. HEX triplet: 79, 94 and B5. RGB value is (121,148,181). Sum of RGB (Red+Green+Blue) = 121+148+181=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 181 - color contains mainly: blue. Hex color #7994B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7994B5 is #866B4A. Grayscale: #8F8F8F. Windows color (decimal): -8809291 or 11900025. OLE color: 11900025.
HSL color Cylindrical-coordinate representation of color #7994B5: hue angle of 213º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7994B5 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 148 | 181 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.29 |
| HSL | 213º | 0.29% | 0.59% | - |
| HSV(B) | 213º | 0.33% | 0.71% | - |
| XYZ | 26.82 | 28.58 | 47.82 | - |
| YUV | 143.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 148 | 181 | 0.33 | 0.18 | 0 | 0.29 | 213 | 0.29 | 0.59 |
| Hex | 79 | 94 | B5 | 21 | 12 | 0 | 1D | D5 | 1D | 3B |
| Octal | 171 | 224 | 265 | 41 | 22 | 0 | 35 | 325 | 35 | 73 |
| Binary | 1111001 | 10010100 | 10110101 | 100001 | 10010 | 0 | 11101 | 11010101 | 11101 | 111011 |
Color Harmonies of #7994B5
Complementary color
Monochromatic Colors of #7994B5
Black with #7994B5
Text Example
Text Example
White with #7994B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7994B5; }
p { color: rgb(121,148,181); }
H1.HeaderClassName
{
color: #7994B5;
}
.AnyTagClassName
{
color: #7994B5;
}
</style>
background-color css
<style>
a { background-color: #7994B5; }
a { background-color: rgb(121,148,181); }
div.DivClassName
{
background-color: #7994B5;
}
.BgClassName
{
background-color: #7994B5;
}
</style>
border-color css
<style>
span { border-color: #7994B5; }
span { border-color: rgb(121,148,181); }
td.TdClassName
{
border-color: #7994B5;
}
.TagClassName
{
border-color: #7994B5;
}
</style>