Shades of Rock Blue #8F9DBD
Tints of Rock Blue #8F9DBD
RGB
CMYK
RGB Variations
Color information
#8F9DBD (or 0x8F9DBD) is known color: Rock Blue. HEX triplet: 8F, 9D and BD. RGB value is (143,157,189). Sum of RGB (Red+Green+Blue) = 143+157+189=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F9DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DBD is #706242. Grayscale: #9C9C9C. Windows color (decimal): -7365187 or 12426639. OLE color: 12426639.
HSL color Cylindrical-coordinate representation of color #8F9DBD: hue angle of 221.74º 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 #8F9DBD is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 157 | 189 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.26 |
| HSL | 221.74º | 0.26% | 0.65% | - |
| HSV(B) | 221.74º | 0.24% | 0.74% | - |
| XYZ | 32.57 | 33.63 | 52.92 | - |
| YUV | 156.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 189 | 0.24 | 0.17 | 0 | 0.26 | 221.74 | 0.26 | 0.65 |
| Hex | 8F | 9D | BD | 18 | 11 | 0 | 1A | DE | 1A | 41 |
| Octal | 217 | 235 | 275 | 30 | 21 | 0 | 32 | 336 | 32 | 101 |
| Binary | 10001111 | 10011101 | 10111101 | 11000 | 10001 | 0 | 11010 | 11011110 | 11010 | 1000001 |
Color Harmonies of #8F9DBD
Complementary color
Monochromatic Colors of #8F9DBD
Black with #8F9DBD
Text Example
Text Example
White with #8F9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DBD; }
p { color: rgb(143,157,189); }
H1.HeaderClassName
{
color: #8F9DBD;
}
.AnyTagClassName
{
color: #8F9DBD;
}
</style>
background-color css
<style>
a { background-color: #8F9DBD; }
a { background-color: rgb(143,157,189); }
div.DivClassName
{
background-color: #8F9DBD;
}
.BgClassName
{
background-color: #8F9DBD;
}
</style>
border-color css
<style>
span { border-color: #8F9DBD; }
span { border-color: rgb(143,157,189); }
td.TdClassName
{
border-color: #8F9DBD;
}
.TagClassName
{
border-color: #8F9DBD;
}
</style>