Shades of Rock Blue #8A9FBC
Tints of Rock Blue #8A9FBC
RGB
CMYK
RGB Variations
Color information
#8A9FBC (or 0x8A9FBC) is known color: Rock Blue. HEX triplet: 8A, 9F and BC. RGB value is (138,159,188). Sum of RGB (Red+Green+Blue) = 138+159+188=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FBC is #756043. Grayscale: #9B9B9B. Windows color (decimal): -7692356 or 12361610. OLE color: 12361610.
HSL color Cylindrical-coordinate representation of color #8A9FBC: hue angle of 214.8º 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 #8A9FBC is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 159 | 188 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.26 |
| HSL | 214.8º | 0.27% | 0.64% | - |
| HSV(B) | 214.8º | 0.27% | 0.74% | - |
| XYZ | 31.96 | 33.83 | 52.42 | - |
| YUV | 156.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 188 | 0.27 | 0.15 | 0 | 0.26 | 214.8 | 0.27 | 0.64 |
| Hex | 8A | 9F | BC | 1B | F | 0 | 1A | D7 | 1B | 40 |
| Octal | 212 | 237 | 274 | 33 | 17 | 0 | 32 | 327 | 33 | 100 |
| Binary | 10001010 | 10011111 | 10111100 | 11011 | 1111 | 0 | 11010 | 11010111 | 11011 | 1000000 |
Color Harmonies of #8A9FBC
Complementary color
Monochromatic Colors of #8A9FBC
Black with #8A9FBC
Text Example
Text Example
White with #8A9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9FBC; }
p { color: rgb(138,159,188); }
H1.HeaderClassName
{
color: #8A9FBC;
}
.AnyTagClassName
{
color: #8A9FBC;
}
</style>
background-color css
<style>
a { background-color: #8A9FBC; }
a { background-color: rgb(138,159,188); }
div.DivClassName
{
background-color: #8A9FBC;
}
.BgClassName
{
background-color: #8A9FBC;
}
</style>
border-color css
<style>
span { border-color: #8A9FBC; }
span { border-color: rgb(138,159,188); }
td.TdClassName
{
border-color: #8A9FBC;
}
.TagClassName
{
border-color: #8A9FBC;
}
</style>