Shades of Ship Cove #7993B4
Tints of Ship Cove #7993B4
RGB
CMYK
RGB Variations
Color information
#7993B4 (or 0x7993B4) is known color: Ship Cove. HEX triplet: 79, 93 and B4. RGB value is (121,147,180). Sum of RGB (Red+Green+Blue) = 121+147+180=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #7993B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7993B4 is #866C4B. Grayscale: #8E8E8E. Windows color (decimal): -8809548 or 11834233. OLE color: 11834233.
HSL color Cylindrical-coordinate representation of color #7993B4: hue angle of 213.56º degrees, saturation: 0.28, 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 #7993B4 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 147 | 180 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.29 |
| HSL | 213.56º | 0.28% | 0.59% | - |
| HSV(B) | 213.56º | 0.33% | 0.71% | - |
| XYZ | 26.56 | 28.23 | 47.23 | - |
| YUV | 142.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 147 | 180 | 0.33 | 0.18 | 0 | 0.29 | 213.56 | 0.28 | 0.59 |
| Hex | 79 | 93 | B4 | 21 | 12 | 0 | 1D | D6 | 1C | 3B |
| Octal | 171 | 223 | 264 | 41 | 22 | 0 | 35 | 326 | 34 | 73 |
| Binary | 1111001 | 10010011 | 10110100 | 100001 | 10010 | 0 | 11101 | 11010110 | 11100 | 111011 |
Color Harmonies of #7993B4
Complementary color
Monochromatic Colors of #7993B4
Black with #7993B4
Text Example
Text Example
White with #7993B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7993B4; }
p { color: rgb(121,147,180); }
H1.HeaderClassName
{
color: #7993B4;
}
.AnyTagClassName
{
color: #7993B4;
}
</style>
background-color css
<style>
a { background-color: #7993B4; }
a { background-color: rgb(121,147,180); }
div.DivClassName
{
background-color: #7993B4;
}
.BgClassName
{
background-color: #7993B4;
}
</style>
border-color css
<style>
span { border-color: #7993B4; }
span { border-color: rgb(121,147,180); }
td.TdClassName
{
border-color: #7993B4;
}
.TagClassName
{
border-color: #7993B4;
}
</style>