Shades of Rock Blue #8DA1B9
Tints of Rock Blue #8DA1B9
RGB
CMYK
RGB Variations
Color information
#8DA1B9 (or 0x8DA1B9) is known color: Rock Blue. HEX triplet: 8D, A1 and B9. RGB value is (141,161,185). Sum of RGB (Red+Green+Blue) = 141+161+185=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #8DA1B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1B9 is #725E46. Grayscale: #9D9D9D. Windows color (decimal): -7495239 or 12165517. OLE color: 12165517.
HSL color Cylindrical-coordinate representation of color #8DA1B9: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DA1B9 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 161 | 185 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.27 |
| HSL | 212.73º | 0.24% | 0.64% | - |
| HSV(B) | 212.73º | 0.24% | 0.73% | - |
| XYZ | 32.49 | 34.66 | 50.88 | - |
| YUV | 157.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 185 | 0.24 | 0.13 | 0 | 0.27 | 212.73 | 0.24 | 0.64 |
| Hex | 8D | A1 | B9 | 18 | D | 0 | 1B | D5 | 18 | 40 |
| Octal | 215 | 241 | 271 | 30 | 15 | 0 | 33 | 325 | 30 | 100 |
| Binary | 10001101 | 10100001 | 10111001 | 11000 | 1101 | 0 | 11011 | 11010101 | 11000 | 1000000 |
Color Harmonies of #8DA1B9
Complementary color
Monochromatic Colors of #8DA1B9
Black with #8DA1B9
Text Example
Text Example
White with #8DA1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA1B9; }
p { color: rgb(141,161,185); }
H1.HeaderClassName
{
color: #8DA1B9;
}
.AnyTagClassName
{
color: #8DA1B9;
}
</style>
background-color css
<style>
a { background-color: #8DA1B9; }
a { background-color: rgb(141,161,185); }
div.DivClassName
{
background-color: #8DA1B9;
}
.BgClassName
{
background-color: #8DA1B9;
}
</style>
border-color css
<style>
span { border-color: #8DA1B9; }
span { border-color: rgb(141,161,185); }
td.TdClassName
{
border-color: #8DA1B9;
}
.TagClassName
{
border-color: #8DA1B9;
}
</style>