Shades of Rock Blue #899AC5
Tints of Rock Blue #899AC5
RGB
CMYK
RGB Variations
Color information
#899AC5 (or 0x899AC5) is known color: Rock Blue. HEX triplet: 89, 9A and C5. RGB value is (137,154,197). Sum of RGB (Red+Green+Blue) = 137+154+197=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #899AC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899AC5 is #76653A. Grayscale: #999999. Windows color (decimal): -7759163 or 12950153. OLE color: 12950153.
HSL color Cylindrical-coordinate representation of color #899AC5: hue angle of 223º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #899AC5 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 154 | 197 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.23 |
| HSL | 223º | 0.34% | 0.65% | - |
| HSV(B) | 223º | 0.3% | 0.77% | - |
| XYZ | 31.95 | 32.46 | 57.4 | - |
| YUV | 153.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 197 | 0.30 | 0.22 | 0 | 0.23 | 223 | 0.34 | 0.65 |
| Hex | 89 | 9A | C5 | 1E | 16 | 0 | 17 | DF | 22 | 41 |
| Octal | 211 | 232 | 305 | 36 | 26 | 0 | 27 | 337 | 42 | 101 |
| Binary | 10001001 | 10011010 | 11000101 | 11110 | 10110 | 0 | 10111 | 11011111 | 100010 | 1000001 |
Color Harmonies of #899AC5
Complementary color
Monochromatic Colors of #899AC5
Black with #899AC5
Text Example
Text Example
White with #899AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AC5; }
p { color: rgb(137,154,197); }
H1.HeaderClassName
{
color: #899AC5;
}
.AnyTagClassName
{
color: #899AC5;
}
</style>
background-color css
<style>
a { background-color: #899AC5; }
a { background-color: rgb(137,154,197); }
div.DivClassName
{
background-color: #899AC5;
}
.BgClassName
{
background-color: #899AC5;
}
</style>
border-color css
<style>
span { border-color: #899AC5; }
span { border-color: rgb(137,154,197); }
td.TdClassName
{
border-color: #899AC5;
}
.TagClassName
{
border-color: #899AC5;
}
</style>