Shades of Rock Blue #8DA1BD
Tints of Rock Blue #8DA1BD
RGB
CMYK
RGB Variations
Color information
#8DA1BD (or 0x8DA1BD) is known color: Rock Blue. HEX triplet: 8D, A1 and BD. RGB value is (141,161,189). Sum of RGB (Red+Green+Blue) = 141+161+189=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DA1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1BD is #725E42. Grayscale: #9E9E9E. Windows color (decimal): -7495235 or 12427661. OLE color: 12427661.
HSL color Cylindrical-coordinate representation of color #8DA1BD: hue angle of 215º degrees, saturation: 0.27, 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 #8DA1BD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 161 | 189 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.26 |
| HSL | 215º | 0.27% | 0.65% | - |
| HSV(B) | 215º | 0.25% | 0.74% | - |
| XYZ | 32.91 | 34.83 | 53.13 | - |
| YUV | 158.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 189 | 0.25 | 0.15 | 0 | 0.26 | 215 | 0.27 | 0.65 |
| Hex | 8D | A1 | BD | 19 | F | 0 | 1A | D7 | 1B | 41 |
| Octal | 215 | 241 | 275 | 31 | 17 | 0 | 32 | 327 | 33 | 101 |
| Binary | 10001101 | 10100001 | 10111101 | 11001 | 1111 | 0 | 11010 | 11010111 | 11011 | 1000001 |
Color Harmonies of #8DA1BD
Complementary color
Monochromatic Colors of #8DA1BD
Black with #8DA1BD
Text Example
Text Example
White with #8DA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA1BD; }
p { color: rgb(141,161,189); }
H1.HeaderClassName
{
color: #8DA1BD;
}
.AnyTagClassName
{
color: #8DA1BD;
}
</style>
background-color css
<style>
a { background-color: #8DA1BD; }
a { background-color: rgb(141,161,189); }
div.DivClassName
{
background-color: #8DA1BD;
}
.BgClassName
{
background-color: #8DA1BD;
}
</style>
border-color css
<style>
span { border-color: #8DA1BD; }
span { border-color: rgb(141,161,189); }
td.TdClassName
{
border-color: #8DA1BD;
}
.TagClassName
{
border-color: #8DA1BD;
}
</style>