Shades of Ship Cove #768FB5
Tints of Ship Cove #768FB5
RGB
CMYK
RGB Variations
Color information
#768FB5 (or 0x768FB5) is known color: Ship Cove. HEX triplet: 76, 8F and B5. RGB value is (118,143,181). Sum of RGB (Red+Green+Blue) = 118+143+181=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 181 - color contains mainly: blue. Hex color #768FB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FB5 is #89704A. Grayscale: #8B8B8B. Windows color (decimal): -9007179 or 11898742. OLE color: 11898742.
HSL color Cylindrical-coordinate representation of color #768FB5: hue angle of 216.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #768FB5 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 143 | 181 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.29 |
| HSL | 216.19º | 0.3% | 0.59% | - |
| HSV(B) | 216.19º | 0.35% | 0.71% | - |
| XYZ | 25.63 | 26.83 | 47.54 | - |
| YUV | 139.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 181 | 0.35 | 0.21 | 0 | 0.29 | 216.19 | 0.3 | 0.59 |
| Hex | 76 | 8F | B5 | 23 | 15 | 0 | 1D | D8 | 1E | 3B |
| Octal | 166 | 217 | 265 | 43 | 25 | 0 | 35 | 330 | 36 | 73 |
| Binary | 1110110 | 10001111 | 10110101 | 100011 | 10101 | 0 | 11101 | 11011000 | 11110 | 111011 |
Color Harmonies of #768FB5
Complementary color
Monochromatic Colors of #768FB5
Black with #768FB5
Text Example
Text Example
White with #768FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FB5; }
p { color: rgb(118,143,181); }
H1.HeaderClassName
{
color: #768FB5;
}
.AnyTagClassName
{
color: #768FB5;
}
</style>
background-color css
<style>
a { background-color: #768FB5; }
a { background-color: rgb(118,143,181); }
div.DivClassName
{
background-color: #768FB5;
}
.BgClassName
{
background-color: #768FB5;
}
</style>
border-color css
<style>
span { border-color: #768FB5; }
span { border-color: rgb(118,143,181); }
td.TdClassName
{
border-color: #768FB5;
}
.TagClassName
{
border-color: #768FB5;
}
</style>