Shades of Rock Blue #8A9ABD
Tints of Rock Blue #8A9ABD
RGB
CMYK
RGB Variations
Color information
#8A9ABD (or 0x8A9ABD) is known color: Rock Blue. HEX triplet: 8A, 9A and BD. RGB value is (138,154,189). Sum of RGB (Red+Green+Blue) = 138+154+189=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A9ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9ABD is #756542. Grayscale: #999999. Windows color (decimal): -7693635 or 12425866. OLE color: 12425866.
HSL color Cylindrical-coordinate representation of color #8A9ABD: hue angle of 221.18º 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 #8A9ABD is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 154 | 189 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.26 |
| HSL | 221.18º | 0.28% | 0.64% | - |
| HSV(B) | 221.18º | 0.27% | 0.74% | - |
| XYZ | 31.22 | 32.19 | 52.71 | - |
| YUV | 153.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 189 | 0.27 | 0.19 | 0 | 0.26 | 221.18 | 0.28 | 0.64 |
| Hex | 8A | 9A | BD | 1B | 13 | 0 | 1A | DD | 1C | 40 |
| Octal | 212 | 232 | 275 | 33 | 23 | 0 | 32 | 335 | 34 | 100 |
| Binary | 10001010 | 10011010 | 10111101 | 11011 | 10011 | 0 | 11010 | 11011101 | 11100 | 1000000 |
Color Harmonies of #8A9ABD
Complementary color
Monochromatic Colors of #8A9ABD
Black with #8A9ABD
Text Example
Text Example
White with #8A9ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9ABD; }
p { color: rgb(138,154,189); }
H1.HeaderClassName
{
color: #8A9ABD;
}
.AnyTagClassName
{
color: #8A9ABD;
}
</style>
background-color css
<style>
a { background-color: #8A9ABD; }
a { background-color: rgb(138,154,189); }
div.DivClassName
{
background-color: #8A9ABD;
}
.BgClassName
{
background-color: #8A9ABD;
}
</style>
border-color css
<style>
span { border-color: #8A9ABD; }
span { border-color: rgb(138,154,189); }
td.TdClassName
{
border-color: #8A9ABD;
}
.TagClassName
{
border-color: #8A9ABD;
}
</style>