Shades of Rock Blue #8BA4BF
Tints of Rock Blue #8BA4BF
RGB
CMYK
RGB Variations
Color information
#8BA4BF (or 0x8BA4BF) is known color: Rock Blue. HEX triplet: 8B, A4 and BF. RGB value is (139,164,191). Sum of RGB (Red+Green+Blue) = 139+164+191=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4BF is #745B40. Grayscale: #9F9F9F. Windows color (decimal): -7625537 or 12559499. OLE color: 12559499.
HSL color Cylindrical-coordinate representation of color #8BA4BF: hue angle of 211.15º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BA4BF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 164 | 191 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.25 |
| HSL | 211.15º | 0.29% | 0.65% | - |
| HSV(B) | 211.15º | 0.27% | 0.75% | - |
| XYZ | 33.33 | 35.8 | 54.44 | - |
| YUV | 159.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 191 | 0.27 | 0.14 | 0 | 0.25 | 211.15 | 0.29 | 0.65 |
| Hex | 8B | A4 | BF | 1B | E | 0 | 19 | D3 | 1D | 41 |
| Octal | 213 | 244 | 277 | 33 | 16 | 0 | 31 | 323 | 35 | 101 |
| Binary | 10001011 | 10100100 | 10111111 | 11011 | 1110 | 0 | 11001 | 11010011 | 11101 | 1000001 |
Color Harmonies of #8BA4BF
Complementary color
Monochromatic Colors of #8BA4BF
Black with #8BA4BF
Text Example
Text Example
White with #8BA4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4BF; }
p { color: rgb(139,164,191); }
H1.HeaderClassName
{
color: #8BA4BF;
}
.AnyTagClassName
{
color: #8BA4BF;
}
</style>
background-color css
<style>
a { background-color: #8BA4BF; }
a { background-color: rgb(139,164,191); }
div.DivClassName
{
background-color: #8BA4BF;
}
.BgClassName
{
background-color: #8BA4BF;
}
</style>
border-color css
<style>
span { border-color: #8BA4BF; }
span { border-color: rgb(139,164,191); }
td.TdClassName
{
border-color: #8BA4BF;
}
.TagClassName
{
border-color: #8BA4BF;
}
</style>