Shades of Rock Blue #8A9BB2
Tints of Rock Blue #8A9BB2
RGB
CMYK
RGB Variations
Color information
#8A9BB2 (or 0x8A9BB2) is known color: Rock Blue. HEX triplet: 8A, 9B and B2. RGB value is (138,155,178). Sum of RGB (Red+Green+Blue) = 138+155+178=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 178 - color contains mainly: blue. Hex color #8A9BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9BB2 is #75644D. Grayscale: #989898. Windows color (decimal): -7693390 or 11705226. OLE color: 11705226.
HSL color Cylindrical-coordinate representation of color #8A9BB2: hue angle of 214.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A9BB2 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 155 | 178 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.30 |
| HSL | 214.5º | 0.21% | 0.62% | - |
| HSV(B) | 214.5º | 0.22% | 0.7% | - |
| XYZ | 30.24 | 32.06 | 46.71 | - |
| YUV | 152.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 178 | 0.22 | 0.13 | 0 | 0.30 | 214.5 | 0.21 | 0.62 |
| Hex | 8A | 9B | B2 | 16 | D | 0 | 1E | D6 | 15 | 3E |
| Octal | 212 | 233 | 262 | 26 | 15 | 0 | 36 | 326 | 25 | 76 |
| Binary | 10001010 | 10011011 | 10110010 | 10110 | 1101 | 0 | 11110 | 11010110 | 10101 | 111110 |
Color Harmonies of #8A9BB2
Complementary color
Monochromatic Colors of #8A9BB2
Black with #8A9BB2
Text Example
Text Example
White with #8A9BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BB2; }
p { color: rgb(138,155,178); }
H1.HeaderClassName
{
color: #8A9BB2;
}
.AnyTagClassName
{
color: #8A9BB2;
}
</style>
background-color css
<style>
a { background-color: #8A9BB2; }
a { background-color: rgb(138,155,178); }
div.DivClassName
{
background-color: #8A9BB2;
}
.BgClassName
{
background-color: #8A9BB2;
}
</style>
border-color css
<style>
span { border-color: #8A9BB2; }
span { border-color: rgb(138,155,178); }
td.TdClassName
{
border-color: #8A9BB2;
}
.TagClassName
{
border-color: #8A9BB2;
}
</style>