Shades of Rock Blue #8FA5BD
Tints of Rock Blue #8FA5BD
RGB
CMYK
RGB Variations
Color information
#8FA5BD (or 0x8FA5BD) is known color: Rock Blue. HEX triplet: 8F, A5 and BD. RGB value is (143,165,189). Sum of RGB (Red+Green+Blue) = 143+165+189=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #8FA5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA5BD is #705A42. Grayscale: #A1A1A1. Windows color (decimal): -7363139 or 12428687. OLE color: 12428687.
HSL color Cylindrical-coordinate representation of color #8FA5BD: hue angle of 211.3º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FA5BD is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 165 | 189 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.26 |
| HSL | 211.3º | 0.26% | 0.65% | - |
| HSV(B) | 211.3º | 0.24% | 0.74% | - |
| XYZ | 33.97 | 36.42 | 53.38 | - |
| YUV | 161.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 165 | 189 | 0.24 | 0.13 | 0 | 0.26 | 211.3 | 0.26 | 0.65 |
| Hex | 8F | A5 | BD | 18 | D | 0 | 1A | D3 | 1A | 41 |
| Octal | 217 | 245 | 275 | 30 | 15 | 0 | 32 | 323 | 32 | 101 |
| Binary | 10001111 | 10100101 | 10111101 | 11000 | 1101 | 0 | 11010 | 11010011 | 11010 | 1000001 |
Color Harmonies of #8FA5BD
Complementary color
Monochromatic Colors of #8FA5BD
Black with #8FA5BD
Text Example
Text Example
White with #8FA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA5BD; }
p { color: rgb(143,165,189); }
H1.HeaderClassName
{
color: #8FA5BD;
}
.AnyTagClassName
{
color: #8FA5BD;
}
</style>
background-color css
<style>
a { background-color: #8FA5BD; }
a { background-color: rgb(143,165,189); }
div.DivClassName
{
background-color: #8FA5BD;
}
.BgClassName
{
background-color: #8FA5BD;
}
</style>
border-color css
<style>
span { border-color: #8FA5BD; }
span { border-color: rgb(143,165,189); }
td.TdClassName
{
border-color: #8FA5BD;
}
.TagClassName
{
border-color: #8FA5BD;
}
</style>