Shades of Rock Blue #899DB3
Tints of Rock Blue #899DB3
RGB
CMYK
RGB Variations
Color information
#899DB3 (or 0x899DB3) is known color: Rock Blue. HEX triplet: 89, 9D and B3. RGB value is (137,157,179). Sum of RGB (Red+Green+Blue) = 137+157+179=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #899DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DB3 is #76624C. Grayscale: #999999. Windows color (decimal): -7758413 or 11771273. OLE color: 11771273.
HSL color Cylindrical-coordinate representation of color #899DB3: hue angle of 211.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #899DB3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 157 | 179 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.30 |
| HSL | 211.43º | 0.22% | 0.62% | - |
| HSV(B) | 211.43º | 0.23% | 0.7% | - |
| XYZ | 30.51 | 32.69 | 47.35 | - |
| YUV | 153.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 179 | 0.23 | 0.12 | 0 | 0.30 | 211.43 | 0.22 | 0.62 |
| Hex | 89 | 9D | B3 | 17 | C | 0 | 1E | D3 | 16 | 3E |
| Octal | 211 | 235 | 263 | 27 | 14 | 0 | 36 | 323 | 26 | 76 |
| Binary | 10001001 | 10011101 | 10110011 | 10111 | 1100 | 0 | 11110 | 11010011 | 10110 | 111110 |
Color Harmonies of #899DB3
Complementary color
Monochromatic Colors of #899DB3
Black with #899DB3
Text Example
Text Example
White with #899DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DB3; }
p { color: rgb(137,157,179); }
H1.HeaderClassName
{
color: #899DB3;
}
.AnyTagClassName
{
color: #899DB3;
}
</style>
background-color css
<style>
a { background-color: #899DB3; }
a { background-color: rgb(137,157,179); }
div.DivClassName
{
background-color: #899DB3;
}
.BgClassName
{
background-color: #899DB3;
}
</style>
border-color css
<style>
span { border-color: #899DB3; }
span { border-color: rgb(137,157,179); }
td.TdClassName
{
border-color: #899DB3;
}
.TagClassName
{
border-color: #899DB3;
}
</style>