Shades of Rock Blue #8A9ABF
Tints of Rock Blue #8A9ABF
RGB
CMYK
RGB Variations
Color information
#8A9ABF (or 0x8A9ABF) is known color: Rock Blue. HEX triplet: 8A, 9A and BF. RGB value is (138,154,191). Sum of RGB (Red+Green+Blue) = 138+154+191=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A9ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9ABF is #756540. Grayscale: #999999. Windows color (decimal): -7693633 or 12556938. OLE color: 12556938.
HSL color Cylindrical-coordinate representation of color #8A9ABF: hue angle of 221.89º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A9ABF is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 154 | 191 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.25 |
| HSL | 221.89º | 0.29% | 0.65% | - |
| HSV(B) | 221.89º | 0.28% | 0.75% | - |
| XYZ | 31.44 | 32.28 | 53.86 | - |
| YUV | 153.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 191 | 0.28 | 0.19 | 0 | 0.25 | 221.89 | 0.29 | 0.65 |
| Hex | 8A | 9A | BF | 1C | 13 | 0 | 19 | DE | 1D | 41 |
| Octal | 212 | 232 | 277 | 34 | 23 | 0 | 31 | 336 | 35 | 101 |
| Binary | 10001010 | 10011010 | 10111111 | 11100 | 10011 | 0 | 11001 | 11011110 | 11101 | 1000001 |
Color Harmonies of #8A9ABF
Complementary color
Monochromatic Colors of #8A9ABF
Black with #8A9ABF
Text Example
Text Example
White with #8A9ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9ABF; }
p { color: rgb(138,154,191); }
H1.HeaderClassName
{
color: #8A9ABF;
}
.AnyTagClassName
{
color: #8A9ABF;
}
</style>
background-color css
<style>
a { background-color: #8A9ABF; }
a { background-color: rgb(138,154,191); }
div.DivClassName
{
background-color: #8A9ABF;
}
.BgClassName
{
background-color: #8A9ABF;
}
</style>
border-color css
<style>
span { border-color: #8A9ABF; }
span { border-color: rgb(138,154,191); }
td.TdClassName
{
border-color: #8A9ABF;
}
.TagClassName
{
border-color: #8A9ABF;
}
</style>