Shades of Rock Blue #8DA0B5
Tints of Rock Blue #8DA0B5
RGB
CMYK
RGB Variations
Color information
#8DA0B5 (or 0x8DA0B5) is known color: Rock Blue. HEX triplet: 8D, A0 and B5. RGB value is (141,160,181). Sum of RGB (Red+Green+Blue) = 141+160+181=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #8DA0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0B5 is #725F4A. Grayscale: #9C9C9C. Windows color (decimal): -7495499 or 11903117. OLE color: 11903117.
HSL color Cylindrical-coordinate representation of color #8DA0B5: hue angle of 211.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DA0B5 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 160 | 181 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.29 |
| HSL | 211.5º | 0.21% | 0.63% | - |
| HSV(B) | 211.5º | 0.22% | 0.71% | - |
| XYZ | 31.9 | 34.14 | 48.62 | - |
| YUV | 156.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 181 | 0.22 | 0.12 | 0 | 0.29 | 211.5 | 0.21 | 0.63 |
| Hex | 8D | A0 | B5 | 16 | C | 0 | 1D | D4 | 15 | 3F |
| Octal | 215 | 240 | 265 | 26 | 14 | 0 | 35 | 324 | 25 | 77 |
| Binary | 10001101 | 10100000 | 10110101 | 10110 | 1100 | 0 | 11101 | 11010100 | 10101 | 111111 |
Color Harmonies of #8DA0B5
Complementary color
Monochromatic Colors of #8DA0B5
Black with #8DA0B5
Text Example
Text Example
White with #8DA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0B5; }
p { color: rgb(141,160,181); }
H1.HeaderClassName
{
color: #8DA0B5;
}
.AnyTagClassName
{
color: #8DA0B5;
}
</style>
background-color css
<style>
a { background-color: #8DA0B5; }
a { background-color: rgb(141,160,181); }
div.DivClassName
{
background-color: #8DA0B5;
}
.BgClassName
{
background-color: #8DA0B5;
}
</style>
border-color css
<style>
span { border-color: #8DA0B5; }
span { border-color: rgb(141,160,181); }
td.TdClassName
{
border-color: #8DA0B5;
}
.TagClassName
{
border-color: #8DA0B5;
}
</style>