Shades of Ship Cove #787BA3
Tints of Ship Cove #787BA3
RGB
CMYK
RGB Variations
Color information
#787BA3 (or 0x787BA3) is known color: Ship Cove. HEX triplet: 78, 7B and A3. RGB value is (120,123,163). Sum of RGB (Red+Green+Blue) = 120+123+163=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 163 - color contains mainly: blue. Hex color #787BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787BA3 is #87845C. Grayscale: #7E7E7E. Windows color (decimal): -8881245 or 10713976. OLE color: 10713976.
HSL color Cylindrical-coordinate representation of color #787BA3: hue angle of 235.81º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #787BA3 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 123 | 163 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.36 |
| HSL | 235.81º | 0.19% | 0.55% | - |
| HSV(B) | 235.81º | 0.26% | 0.64% | - |
| XYZ | 21.44 | 20.8 | 37.54 | - |
| YUV | 126.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 163 | 0.26 | 0.25 | 0 | 0.36 | 235.81 | 0.19 | 0.55 |
| Hex | 78 | 7B | A3 | 1A | 19 | 0 | 24 | EC | 13 | 37 |
| Octal | 170 | 173 | 243 | 32 | 31 | 0 | 44 | 354 | 23 | 67 |
| Binary | 1111000 | 1111011 | 10100011 | 11010 | 11001 | 0 | 100100 | 11101100 | 10011 | 110111 |
Color Harmonies of #787BA3
Complementary color
Monochromatic Colors of #787BA3
Black with #787BA3
Text Example
Text Example
White with #787BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BA3; }
p { color: rgb(120,123,163); }
H1.HeaderClassName
{
color: #787BA3;
}
.AnyTagClassName
{
color: #787BA3;
}
</style>
background-color css
<style>
a { background-color: #787BA3; }
a { background-color: rgb(120,123,163); }
div.DivClassName
{
background-color: #787BA3;
}
.BgClassName
{
background-color: #787BA3;
}
</style>
border-color css
<style>
span { border-color: #787BA3; }
span { border-color: rgb(120,123,163); }
td.TdClassName
{
border-color: #787BA3;
}
.TagClassName
{
border-color: #787BA3;
}
</style>