Shades of Rock Blue #8DA0BB
Tints of Rock Blue #8DA0BB
RGB
CMYK
RGB Variations
Color information
#8DA0BB (or 0x8DA0BB) is known color: Rock Blue. HEX triplet: 8D, A0 and BB. RGB value is (141,160,187). Sum of RGB (Red+Green+Blue) = 141+160+187=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0BB is #725F44. Grayscale: #9D9D9D. Windows color (decimal): -7495493 or 12296333. OLE color: 12296333.
HSL color Cylindrical-coordinate representation of color #8DA0BB: hue angle of 215.22º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DA0BB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 160 | 187 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.27 |
| HSL | 215.22º | 0.25% | 0.64% | - |
| HSV(B) | 215.22º | 0.25% | 0.73% | - |
| XYZ | 32.52 | 34.39 | 51.94 | - |
| YUV | 157.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 187 | 0.25 | 0.14 | 0 | 0.27 | 215.22 | 0.25 | 0.64 |
| Hex | 8D | A0 | BB | 19 | E | 0 | 1B | D7 | 19 | 40 |
| Octal | 215 | 240 | 273 | 31 | 16 | 0 | 33 | 327 | 31 | 100 |
| Binary | 10001101 | 10100000 | 10111011 | 11001 | 1110 | 0 | 11011 | 11010111 | 11001 | 1000000 |
Color Harmonies of #8DA0BB
Complementary color
Monochromatic Colors of #8DA0BB
Black with #8DA0BB
Text Example
Text Example
White with #8DA0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0BB; }
p { color: rgb(141,160,187); }
H1.HeaderClassName
{
color: #8DA0BB;
}
.AnyTagClassName
{
color: #8DA0BB;
}
</style>
background-color css
<style>
a { background-color: #8DA0BB; }
a { background-color: rgb(141,160,187); }
div.DivClassName
{
background-color: #8DA0BB;
}
.BgClassName
{
background-color: #8DA0BB;
}
</style>
border-color css
<style>
span { border-color: #8DA0BB; }
span { border-color: rgb(141,160,187); }
td.TdClassName
{
border-color: #8DA0BB;
}
.TagClassName
{
border-color: #8DA0BB;
}
</style>