Shades of Rock Blue #8AA1BD
Tints of Rock Blue #8AA1BD
RGB
CMYK
RGB Variations
Color information
#8AA1BD (or 0x8AA1BD) is known color: Rock Blue. HEX triplet: 8A, A1 and BD. RGB value is (138,161,189). Sum of RGB (Red+Green+Blue) = 138+161+189=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AA1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA1BD is #755E42. Grayscale: #9D9D9D. Windows color (decimal): -7691843 or 12427658. OLE color: 12427658.
HSL color Cylindrical-coordinate representation of color #8AA1BD: hue angle of 212.94º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AA1BD is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 161 | 189 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.26 |
| HSL | 212.94º | 0.28% | 0.64% | - |
| HSV(B) | 212.94º | 0.27% | 0.74% | - |
| XYZ | 32.41 | 34.57 | 53.11 | - |
| YUV | 157.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 189 | 0.27 | 0.15 | 0 | 0.26 | 212.94 | 0.28 | 0.64 |
| Hex | 8A | A1 | BD | 1B | F | 0 | 1A | D5 | 1C | 40 |
| Octal | 212 | 241 | 275 | 33 | 17 | 0 | 32 | 325 | 34 | 100 |
| Binary | 10001010 | 10100001 | 10111101 | 11011 | 1111 | 0 | 11010 | 11010101 | 11100 | 1000000 |
Color Harmonies of #8AA1BD
Complementary color
Monochromatic Colors of #8AA1BD
Black with #8AA1BD
Text Example
Text Example
White with #8AA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA1BD; }
p { color: rgb(138,161,189); }
H1.HeaderClassName
{
color: #8AA1BD;
}
.AnyTagClassName
{
color: #8AA1BD;
}
</style>
background-color css
<style>
a { background-color: #8AA1BD; }
a { background-color: rgb(138,161,189); }
div.DivClassName
{
background-color: #8AA1BD;
}
.BgClassName
{
background-color: #8AA1BD;
}
</style>
border-color css
<style>
span { border-color: #8AA1BD; }
span { border-color: rgb(138,161,189); }
td.TdClassName
{
border-color: #8AA1BD;
}
.TagClassName
{
border-color: #8AA1BD;
}
</style>