Shades of Ship Cove #7B85AF
Tints of Ship Cove #7B85AF
RGB
CMYK
RGB Variations
Color information
#7B85AF (or 0x7B85AF) is known color: Ship Cove. HEX triplet: 7B, 85 and AF. RGB value is (123,133,175). Sum of RGB (Red+Green+Blue) = 123+133+175=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B85AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B85AF is #847A50. Grayscale: #868686. Windows color (decimal): -8682065 or 11502971. OLE color: 11502971.
HSL color Cylindrical-coordinate representation of color #7B85AF: hue angle of 228.46º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B85AF is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 133 | 175 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.31 |
| HSL | 228.46º | 0.25% | 0.58% | - |
| HSV(B) | 228.46º | 0.3% | 0.69% | - |
| XYZ | 24.29 | 24.08 | 43.93 | - |
| YUV | 134.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 175 | 0.30 | 0.24 | 0 | 0.31 | 228.46 | 0.25 | 0.58 |
| Hex | 7B | 85 | AF | 1E | 18 | 0 | 1F | E4 | 19 | 3A |
| Octal | 173 | 205 | 257 | 36 | 30 | 0 | 37 | 344 | 31 | 72 |
| Binary | 1111011 | 10000101 | 10101111 | 11110 | 11000 | 0 | 11111 | 11100100 | 11001 | 111010 |
Color Harmonies of #7B85AF
Complementary color
Monochromatic Colors of #7B85AF
Black with #7B85AF
Text Example
Text Example
White with #7B85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B85AF; }
p { color: rgb(123,133,175); }
H1.HeaderClassName
{
color: #7B85AF;
}
.AnyTagClassName
{
color: #7B85AF;
}
</style>
background-color css
<style>
a { background-color: #7B85AF; }
a { background-color: rgb(123,133,175); }
div.DivClassName
{
background-color: #7B85AF;
}
.BgClassName
{
background-color: #7B85AF;
}
</style>
border-color css
<style>
span { border-color: #7B85AF; }
span { border-color: rgb(123,133,175); }
td.TdClassName
{
border-color: #7B85AF;
}
.TagClassName
{
border-color: #7B85AF;
}
</style>