Shades of Ship Cove #7B83AC
Tints of Ship Cove #7B83AC
RGB
CMYK
RGB Variations
Color information
#7B83AC (or 0x7B83AC) is known color: Ship Cove. HEX triplet: 7B, 83 and AC. RGB value is (123,131,172). Sum of RGB (Red+Green+Blue) = 123+131+172=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B83AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B83AC is #847C53. Grayscale: #858585. Windows color (decimal): -8682580 or 11305851. OLE color: 11305851.
HSL color Cylindrical-coordinate representation of color #7B83AC: hue angle of 230.2º 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 #7B83AC is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 131 | 172 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.33 |
| HSL | 230.2º | 0.23% | 0.58% | - |
| HSV(B) | 230.2º | 0.28% | 0.67% | - |
| XYZ | 23.73 | 23.42 | 42.3 | - |
| YUV | 133.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 131 | 172 | 0.28 | 0.24 | 0 | 0.33 | 230.2 | 0.23 | 0.58 |
| Hex | 7B | 83 | AC | 1C | 18 | 0 | 21 | E6 | 17 | 3A |
| Octal | 173 | 203 | 254 | 34 | 30 | 0 | 41 | 346 | 27 | 72 |
| Binary | 1111011 | 10000011 | 10101100 | 11100 | 11000 | 0 | 100001 | 11100110 | 10111 | 111010 |
Color Harmonies of #7B83AC
Complementary color
Monochromatic Colors of #7B83AC
Black with #7B83AC
Text Example
Text Example
White with #7B83AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B83AC; }
p { color: rgb(123,131,172); }
H1.HeaderClassName
{
color: #7B83AC;
}
.AnyTagClassName
{
color: #7B83AC;
}
</style>
background-color css
<style>
a { background-color: #7B83AC; }
a { background-color: rgb(123,131,172); }
div.DivClassName
{
background-color: #7B83AC;
}
.BgClassName
{
background-color: #7B83AC;
}
</style>
border-color css
<style>
span { border-color: #7B83AC; }
span { border-color: rgb(123,131,172); }
td.TdClassName
{
border-color: #7B83AC;
}
.TagClassName
{
border-color: #7B83AC;
}
</style>