Shades of Dolphin #717189
Tints of Dolphin #717189
RGB
CMYK
RGB Variations
Color information
#717189 (or 0x717189) is known color: Dolphin. HEX triplet: 71, 71 and 89. RGB value is (113,113,137). Sum of RGB (Red+Green+Blue) = 113+113+137=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #717189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717189 is #8E8E76. Grayscale: #737373. Windows color (decimal): -9342583 or 9007473. OLE color: 9007473.
HSL color Cylindrical-coordinate representation of color #717189: hue angle of 240º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #717189 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 113 | 137 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.46 |
| HSL | 240º | 0.1% | 0.49% | - |
| HSV(B) | 240º | 0.18% | 0.54% | - |
| XYZ | 17.23 | 17.13 | 26.06 | - |
| YUV | 115.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 137 | 0.18 | 0.18 | 0 | 0.46 | 240 | 0.1 | 0.49 |
| Hex | 71 | 71 | 89 | 12 | 12 | 0 | 2E | F0 | A | 31 |
| Octal | 161 | 161 | 211 | 22 | 22 | 0 | 56 | 360 | 12 | 61 |
| Binary | 1110001 | 1110001 | 10001001 | 10010 | 10010 | 0 | 101110 | 11110000 | 1010 | 110001 |
Color Harmonies of #717189
Complementary color
Monochromatic Colors of #717189
Black with #717189
Text Example
Text Example
White with #717189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717189; }
p { color: rgb(113,113,137); }
H1.HeaderClassName
{
color: #717189;
}
.AnyTagClassName
{
color: #717189;
}
</style>
background-color css
<style>
a { background-color: #717189; }
a { background-color: rgb(113,113,137); }
div.DivClassName
{
background-color: #717189;
}
.BgClassName
{
background-color: #717189;
}
</style>
border-color css
<style>
span { border-color: #717189; }
span { border-color: rgb(113,113,137); }
td.TdClassName
{
border-color: #717189;
}
.TagClassName
{
border-color: #717189;
}
</style>