Shades of Rock Blue #8AA3BD
Tints of Rock Blue #8AA3BD
RGB
CMYK
RGB Variations
Color information
#8AA3BD (or 0x8AA3BD) is known color: Rock Blue. HEX triplet: 8A, A3 and BD. RGB value is (138,163,189). Sum of RGB (Red+Green+Blue) = 138+163+189=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AA3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA3BD is #755C42. Grayscale: #9E9E9E. Windows color (decimal): -7691331 or 12428170. OLE color: 12428170.
HSL color Cylindrical-coordinate representation of color #8AA3BD: hue angle of 210.59º 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 #8AA3BD is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 163 | 189 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.26 |
| HSL | 210.59º | 0.28% | 0.64% | - |
| HSV(B) | 210.59º | 0.27% | 0.74% | - |
| XYZ | 32.76 | 35.27 | 53.23 | - |
| YUV | 158.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 189 | 0.27 | 0.14 | 0 | 0.26 | 210.59 | 0.28 | 0.64 |
| Hex | 8A | A3 | BD | 1B | E | 0 | 1A | D3 | 1C | 40 |
| Octal | 212 | 243 | 275 | 33 | 16 | 0 | 32 | 323 | 34 | 100 |
| Binary | 10001010 | 10100011 | 10111101 | 11011 | 1110 | 0 | 11010 | 11010011 | 11100 | 1000000 |
Color Harmonies of #8AA3BD
Complementary color
Monochromatic Colors of #8AA3BD
Black with #8AA3BD
Text Example
Text Example
White with #8AA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA3BD; }
p { color: rgb(138,163,189); }
H1.HeaderClassName
{
color: #8AA3BD;
}
.AnyTagClassName
{
color: #8AA3BD;
}
</style>
background-color css
<style>
a { background-color: #8AA3BD; }
a { background-color: rgb(138,163,189); }
div.DivClassName
{
background-color: #8AA3BD;
}
.BgClassName
{
background-color: #8AA3BD;
}
</style>
border-color css
<style>
span { border-color: #8AA3BD; }
span { border-color: rgb(138,163,189); }
td.TdClassName
{
border-color: #8AA3BD;
}
.TagClassName
{
border-color: #8AA3BD;
}
</style>