Shades of Rock Blue #8DA2BB
Tints of Rock Blue #8DA2BB
RGB
CMYK
RGB Variations
Color information
#8DA2BB (or 0x8DA2BB) is known color: Rock Blue. HEX triplet: 8D, A2 and BB. RGB value is (141,162,187). Sum of RGB (Red+Green+Blue) = 141+162+187=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA2BB is #725D44. Grayscale: #9E9E9E. Windows color (decimal): -7494981 or 12296845. OLE color: 12296845.
HSL color Cylindrical-coordinate representation of color #8DA2BB: hue angle of 212.61º 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 #8DA2BB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 162 | 187 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.27 |
| HSL | 212.61º | 0.25% | 0.64% | - |
| HSV(B) | 212.61º | 0.25% | 0.73% | - |
| XYZ | 32.87 | 35.09 | 52.05 | - |
| YUV | 158.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 187 | 0.25 | 0.13 | 0 | 0.27 | 212.61 | 0.25 | 0.64 |
| Hex | 8D | A2 | BB | 19 | D | 0 | 1B | D5 | 19 | 40 |
| Octal | 215 | 242 | 273 | 31 | 15 | 0 | 33 | 325 | 31 | 100 |
| Binary | 10001101 | 10100010 | 10111011 | 11001 | 1101 | 0 | 11011 | 11010101 | 11001 | 1000000 |
Color Harmonies of #8DA2BB
Complementary color
Monochromatic Colors of #8DA2BB
Black with #8DA2BB
Text Example
Text Example
White with #8DA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA2BB; }
p { color: rgb(141,162,187); }
H1.HeaderClassName
{
color: #8DA2BB;
}
.AnyTagClassName
{
color: #8DA2BB;
}
</style>
background-color css
<style>
a { background-color: #8DA2BB; }
a { background-color: rgb(141,162,187); }
div.DivClassName
{
background-color: #8DA2BB;
}
.BgClassName
{
background-color: #8DA2BB;
}
</style>
border-color css
<style>
span { border-color: #8DA2BB; }
span { border-color: rgb(141,162,187); }
td.TdClassName
{
border-color: #8DA2BB;
}
.TagClassName
{
border-color: #8DA2BB;
}
</style>