Shades of Rock Blue #8DA1BC
Tints of Rock Blue #8DA1BC
RGB
CMYK
RGB Variations
Color information
#8DA1BC (or 0x8DA1BC) is known color: Rock Blue. HEX triplet: 8D, A1 and BC. RGB value is (141,161,188). Sum of RGB (Red+Green+Blue) = 141+161+188=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DA1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1BC is #725E43. Grayscale: #9D9D9D. Windows color (decimal): -7495236 or 12362125. OLE color: 12362125.
HSL color Cylindrical-coordinate representation of color #8DA1BC: hue angle of 214.47º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DA1BC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 161 | 188 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.26 |
| HSL | 214.47º | 0.26% | 0.65% | - |
| HSV(B) | 214.47º | 0.25% | 0.74% | - |
| XYZ | 32.81 | 34.78 | 52.56 | - |
| YUV | 158.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 188 | 0.25 | 0.14 | 0 | 0.26 | 214.47 | 0.26 | 0.65 |
| Hex | 8D | A1 | BC | 19 | E | 0 | 1A | D6 | 1A | 41 |
| Octal | 215 | 241 | 274 | 31 | 16 | 0 | 32 | 326 | 32 | 101 |
| Binary | 10001101 | 10100001 | 10111100 | 11001 | 1110 | 0 | 11010 | 11010110 | 11010 | 1000001 |
Color Harmonies of #8DA1BC
Complementary color
Monochromatic Colors of #8DA1BC
Black with #8DA1BC
Text Example
Text Example
White with #8DA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA1BC; }
p { color: rgb(141,161,188); }
H1.HeaderClassName
{
color: #8DA1BC;
}
.AnyTagClassName
{
color: #8DA1BC;
}
</style>
background-color css
<style>
a { background-color: #8DA1BC; }
a { background-color: rgb(141,161,188); }
div.DivClassName
{
background-color: #8DA1BC;
}
.BgClassName
{
background-color: #8DA1BC;
}
</style>
border-color css
<style>
span { border-color: #8DA1BC; }
span { border-color: rgb(141,161,188); }
td.TdClassName
{
border-color: #8DA1BC;
}
.TagClassName
{
border-color: #8DA1BC;
}
</style>