Shades of Rock Blue #8BA2B9
Tints of Rock Blue #8BA2B9
RGB
CMYK
RGB Variations
Color information
#8BA2B9 (or 0x8BA2B9) is known color: Rock Blue. HEX triplet: 8B, A2 and B9. RGB value is (139,162,185). Sum of RGB (Red+Green+Blue) = 139+162+185=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #8BA2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA2B9 is #745D46. Grayscale: #9D9D9D. Windows color (decimal): -7626055 or 12165771. OLE color: 12165771.
HSL color Cylindrical-coordinate representation of color #8BA2B9: hue angle of 210º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BA2B9 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 162 | 185 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.27 |
| HSL | 210º | 0.25% | 0.64% | - |
| HSV(B) | 210º | 0.25% | 0.73% | - |
| XYZ | 32.32 | 34.83 | 50.92 | - |
| YUV | 157.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 185 | 0.25 | 0.12 | 0 | 0.27 | 210 | 0.25 | 0.64 |
| Hex | 8B | A2 | B9 | 19 | C | 0 | 1B | D2 | 19 | 40 |
| Octal | 213 | 242 | 271 | 31 | 14 | 0 | 33 | 322 | 31 | 100 |
| Binary | 10001011 | 10100010 | 10111001 | 11001 | 1100 | 0 | 11011 | 11010010 | 11001 | 1000000 |
Color Harmonies of #8BA2B9
Complementary color
Monochromatic Colors of #8BA2B9
Black with #8BA2B9
Text Example
Text Example
White with #8BA2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA2B9; }
p { color: rgb(139,162,185); }
H1.HeaderClassName
{
color: #8BA2B9;
}
.AnyTagClassName
{
color: #8BA2B9;
}
</style>
background-color css
<style>
a { background-color: #8BA2B9; }
a { background-color: rgb(139,162,185); }
div.DivClassName
{
background-color: #8BA2B9;
}
.BgClassName
{
background-color: #8BA2B9;
}
</style>
border-color css
<style>
span { border-color: #8BA2B9; }
span { border-color: rgb(139,162,185); }
td.TdClassName
{
border-color: #8BA2B9;
}
.TagClassName
{
border-color: #8BA2B9;
}
</style>