Shades of Rock Blue #8AA0BA
Tints of Rock Blue #8AA0BA
RGB
CMYK
RGB Variations
Color information
#8AA0BA (or 0x8AA0BA) is known color: Rock Blue. HEX triplet: 8A, A0 and BA. RGB value is (138,160,186). Sum of RGB (Red+Green+Blue) = 138+160+186=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA0BA is #755F45. Grayscale: #9C9C9C. Windows color (decimal): -7692102 or 12230794. OLE color: 12230794.
HSL color Cylindrical-coordinate representation of color #8AA0BA: hue angle of 212.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AA0BA is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 160 | 186 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.27 |
| HSL | 212.5º | 0.26% | 0.64% | - |
| HSV(B) | 212.5º | 0.26% | 0.73% | - |
| XYZ | 31.91 | 34.09 | 51.35 | - |
| YUV | 156.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 186 | 0.26 | 0.14 | 0 | 0.27 | 212.5 | 0.26 | 0.64 |
| Hex | 8A | A0 | BA | 1A | E | 0 | 1B | D4 | 1A | 40 |
| Octal | 212 | 240 | 272 | 32 | 16 | 0 | 33 | 324 | 32 | 100 |
| Binary | 10001010 | 10100000 | 10111010 | 11010 | 1110 | 0 | 11011 | 11010100 | 11010 | 1000000 |
Color Harmonies of #8AA0BA
Complementary color
Monochromatic Colors of #8AA0BA
Black with #8AA0BA
Text Example
Text Example
White with #8AA0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA0BA; }
p { color: rgb(138,160,186); }
H1.HeaderClassName
{
color: #8AA0BA;
}
.AnyTagClassName
{
color: #8AA0BA;
}
</style>
background-color css
<style>
a { background-color: #8AA0BA; }
a { background-color: rgb(138,160,186); }
div.DivClassName
{
background-color: #8AA0BA;
}
.BgClassName
{
background-color: #8AA0BA;
}
</style>
border-color css
<style>
span { border-color: #8AA0BA; }
span { border-color: rgb(138,160,186); }
td.TdClassName
{
border-color: #8AA0BA;
}
.TagClassName
{
border-color: #8AA0BA;
}
</style>