Shades of Ship Cove #7B93B5
Tints of Ship Cove #7B93B5
RGB
CMYK
RGB Variations
Color information
#7B93B5 (or 0x7B93B5) is known color: Ship Cove. HEX triplet: 7B, 93 and B5. RGB value is (123,147,181). Sum of RGB (Red+Green+Blue) = 123+147+181=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 181 - color contains mainly: blue. Hex color #7B93B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B93B5 is #846C4A. Grayscale: #8F8F8F. Windows color (decimal): -8678475 or 11899771. OLE color: 11899771.
HSL color Cylindrical-coordinate representation of color #7B93B5: hue angle of 215.17º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B93B5 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 147 | 181 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.29 |
| HSL | 215.17º | 0.28% | 0.6% | - |
| HSV(B) | 215.17º | 0.32% | 0.71% | - |
| XYZ | 26.94 | 28.41 | 47.78 | - |
| YUV | 143.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 181 | 0.32 | 0.19 | 0 | 0.29 | 215.17 | 0.28 | 0.6 |
| Hex | 7B | 93 | B5 | 20 | 13 | 0 | 1D | D7 | 1C | 3C |
| Octal | 173 | 223 | 265 | 40 | 23 | 0 | 35 | 327 | 34 | 74 |
| Binary | 1111011 | 10010011 | 10110101 | 100000 | 10011 | 0 | 11101 | 11010111 | 11100 | 111100 |
Color Harmonies of #7B93B5
Complementary color
Monochromatic Colors of #7B93B5
Black with #7B93B5
Text Example
Text Example
White with #7B93B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B93B5; }
p { color: rgb(123,147,181); }
H1.HeaderClassName
{
color: #7B93B5;
}
.AnyTagClassName
{
color: #7B93B5;
}
</style>
background-color css
<style>
a { background-color: #7B93B5; }
a { background-color: rgb(123,147,181); }
div.DivClassName
{
background-color: #7B93B5;
}
.BgClassName
{
background-color: #7B93B5;
}
</style>
border-color css
<style>
span { border-color: #7B93B5; }
span { border-color: rgb(123,147,181); }
td.TdClassName
{
border-color: #7B93B5;
}
.TagClassName
{
border-color: #7B93B5;
}
</style>