Shades of Rock Blue #8FA4BD
Tints of Rock Blue #8FA4BD
RGB
CMYK
RGB Variations
Color information
#8FA4BD (or 0x8FA4BD) is known color: Rock Blue. HEX triplet: 8F, A4 and BD. RGB value is (143,164,189). Sum of RGB (Red+Green+Blue) = 143+164+189=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #8FA4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA4BD is #705B42. Grayscale: #A0A0A0. Windows color (decimal): -7363395 or 12428431. OLE color: 12428431.
HSL color Cylindrical-coordinate representation of color #8FA4BD: hue angle of 212.61º 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 #8FA4BD is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 164 | 189 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.26 |
| HSL | 212.61º | 0.26% | 0.65% | - |
| HSV(B) | 212.61º | 0.24% | 0.74% | - |
| XYZ | 33.79 | 36.06 | 53.32 | - |
| YUV | 160.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 189 | 0.24 | 0.13 | 0 | 0.26 | 212.61 | 0.26 | 0.65 |
| Hex | 8F | A4 | BD | 18 | D | 0 | 1A | D5 | 1A | 41 |
| Octal | 217 | 244 | 275 | 30 | 15 | 0 | 32 | 325 | 32 | 101 |
| Binary | 10001111 | 10100100 | 10111101 | 11000 | 1101 | 0 | 11010 | 11010101 | 11010 | 1000001 |
Color Harmonies of #8FA4BD
Complementary color
Monochromatic Colors of #8FA4BD
Black with #8FA4BD
Text Example
Text Example
White with #8FA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA4BD; }
p { color: rgb(143,164,189); }
H1.HeaderClassName
{
color: #8FA4BD;
}
.AnyTagClassName
{
color: #8FA4BD;
}
</style>
background-color css
<style>
a { background-color: #8FA4BD; }
a { background-color: rgb(143,164,189); }
div.DivClassName
{
background-color: #8FA4BD;
}
.BgClassName
{
background-color: #8FA4BD;
}
</style>
border-color css
<style>
span { border-color: #8FA4BD; }
span { border-color: rgb(143,164,189); }
td.TdClassName
{
border-color: #8FA4BD;
}
.TagClassName
{
border-color: #8FA4BD;
}
</style>