Shades of Rock Blue #89A3BF
Tints of Rock Blue #89A3BF
RGB
CMYK
RGB Variations
Color information
#89A3BF (or 0x89A3BF) is known color: Rock Blue. HEX triplet: 89, A3 and BF. RGB value is (137,163,191). Sum of RGB (Red+Green+Blue) = 137+163+191=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #89A3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3BF is #765C40. Grayscale: #9E9E9E. Windows color (decimal): -7756865 or 12559241. OLE color: 12559241.
HSL color Cylindrical-coordinate representation of color #89A3BF: hue angle of 211.11º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89A3BF is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 163 | 191 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.25 |
| HSL | 211.11º | 0.3% | 0.64% | - |
| HSV(B) | 211.11º | 0.28% | 0.75% | - |
| XYZ | 32.82 | 35.27 | 54.37 | - |
| YUV | 158.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 191 | 0.28 | 0.15 | 0 | 0.25 | 211.11 | 0.3 | 0.64 |
| Hex | 89 | A3 | BF | 1C | F | 0 | 19 | D3 | 1E | 40 |
| Octal | 211 | 243 | 277 | 34 | 17 | 0 | 31 | 323 | 36 | 100 |
| Binary | 10001001 | 10100011 | 10111111 | 11100 | 1111 | 0 | 11001 | 11010011 | 11110 | 1000000 |
Color Harmonies of #89A3BF
Complementary color
Monochromatic Colors of #89A3BF
Black with #89A3BF
Text Example
Text Example
White with #89A3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A3BF; }
p { color: rgb(137,163,191); }
H1.HeaderClassName
{
color: #89A3BF;
}
.AnyTagClassName
{
color: #89A3BF;
}
</style>
background-color css
<style>
a { background-color: #89A3BF; }
a { background-color: rgb(137,163,191); }
div.DivClassName
{
background-color: #89A3BF;
}
.BgClassName
{
background-color: #89A3BF;
}
</style>
border-color css
<style>
span { border-color: #89A3BF; }
span { border-color: rgb(137,163,191); }
td.TdClassName
{
border-color: #89A3BF;
}
.TagClassName
{
border-color: #89A3BF;
}
</style>