Shades of Rock Blue #8A9BBC
Tints of Rock Blue #8A9BBC
RGB
CMYK
RGB Variations
Color information
#8A9BBC (or 0x8A9BBC) is known color: Rock Blue. HEX triplet: 8A, 9B and BC. RGB value is (138,155,188). Sum of RGB (Red+Green+Blue) = 138+155+188=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A9BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BBC is #756443. Grayscale: #999999. Windows color (decimal): -7693380 or 12360586. OLE color: 12360586.
HSL color Cylindrical-coordinate representation of color #8A9BBC: hue angle of 219.6º degrees, saturation: 0.27, 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 #8A9BBC is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 155 | 188 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.26 |
| HSL | 219.6º | 0.27% | 0.64% | - |
| HSV(B) | 219.6º | 0.27% | 0.74% | - |
| XYZ | 31.28 | 32.48 | 52.2 | - |
| YUV | 153.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 188 | 0.27 | 0.18 | 0 | 0.26 | 219.6 | 0.27 | 0.64 |
| Hex | 8A | 9B | BC | 1B | 12 | 0 | 1A | DC | 1B | 40 |
| Octal | 212 | 233 | 274 | 33 | 22 | 0 | 32 | 334 | 33 | 100 |
| Binary | 10001010 | 10011011 | 10111100 | 11011 | 10010 | 0 | 11010 | 11011100 | 11011 | 1000000 |
Color Harmonies of #8A9BBC
Complementary color
Monochromatic Colors of #8A9BBC
Black with #8A9BBC
Text Example
Text Example
White with #8A9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BBC; }
p { color: rgb(138,155,188); }
H1.HeaderClassName
{
color: #8A9BBC;
}
.AnyTagClassName
{
color: #8A9BBC;
}
</style>
background-color css
<style>
a { background-color: #8A9BBC; }
a { background-color: rgb(138,155,188); }
div.DivClassName
{
background-color: #8A9BBC;
}
.BgClassName
{
background-color: #8A9BBC;
}
</style>
border-color css
<style>
span { border-color: #8A9BBC; }
span { border-color: rgb(138,155,188); }
td.TdClassName
{
border-color: #8A9BBC;
}
.TagClassName
{
border-color: #8A9BBC;
}
</style>