Shades of Rock Blue #8BA4BD
Tints of Rock Blue #8BA4BD
RGB
CMYK
RGB Variations
Color information
#8BA4BD (or 0x8BA4BD) is known color: Rock Blue. HEX triplet: 8B, A4 and BD. RGB value is (139,164,189). Sum of RGB (Red+Green+Blue) = 139+164+189=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BA4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4BD is #745B42. Grayscale: #9F9F9F. Windows color (decimal): -7625539 or 12428427. OLE color: 12428427.
HSL color Cylindrical-coordinate representation of color #8BA4BD: hue angle of 210º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BA4BD is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 164 | 189 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.26 |
| HSL | 210º | 0.27% | 0.64% | - |
| HSV(B) | 210º | 0.26% | 0.74% | - |
| XYZ | 33.11 | 35.71 | 53.29 | - |
| YUV | 159.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 189 | 0.26 | 0.13 | 0 | 0.26 | 210 | 0.27 | 0.64 |
| Hex | 8B | A4 | BD | 1A | D | 0 | 1A | D2 | 1B | 40 |
| Octal | 213 | 244 | 275 | 32 | 15 | 0 | 32 | 322 | 33 | 100 |
| Binary | 10001011 | 10100100 | 10111101 | 11010 | 1101 | 0 | 11010 | 11010010 | 11011 | 1000000 |
Color Harmonies of #8BA4BD
Complementary color
Monochromatic Colors of #8BA4BD
Black with #8BA4BD
Text Example
Text Example
White with #8BA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4BD; }
p { color: rgb(139,164,189); }
H1.HeaderClassName
{
color: #8BA4BD;
}
.AnyTagClassName
{
color: #8BA4BD;
}
</style>
background-color css
<style>
a { background-color: #8BA4BD; }
a { background-color: rgb(139,164,189); }
div.DivClassName
{
background-color: #8BA4BD;
}
.BgClassName
{
background-color: #8BA4BD;
}
</style>
border-color css
<style>
span { border-color: #8BA4BD; }
span { border-color: rgb(139,164,189); }
td.TdClassName
{
border-color: #8BA4BD;
}
.TagClassName
{
border-color: #8BA4BD;
}
</style>