Shades of Rock Blue #8DA0BE
Tints of Rock Blue #8DA0BE
RGB
CMYK
RGB Variations
Color information
#8DA0BE (or 0x8DA0BE) is known color: Rock Blue. HEX triplet: 8D, A0 and BE. RGB value is (141,160,190). Sum of RGB (Red+Green+Blue) = 141+160+190=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0BE is #725F41. Grayscale: #9D9D9D. Windows color (decimal): -7495490 or 12492941. OLE color: 12492941.
HSL color Cylindrical-coordinate representation of color #8DA0BE: hue angle of 216.73º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DA0BE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 160 | 190 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.25 |
| HSL | 216.73º | 0.27% | 0.65% | - |
| HSV(B) | 216.73º | 0.26% | 0.75% | - |
| XYZ | 32.85 | 34.52 | 53.65 | - |
| YUV | 157.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 190 | 0.26 | 0.16 | 0 | 0.25 | 216.73 | 0.27 | 0.65 |
| Hex | 8D | A0 | BE | 1A | 10 | 0 | 19 | D9 | 1B | 41 |
| Octal | 215 | 240 | 276 | 32 | 20 | 0 | 31 | 331 | 33 | 101 |
| Binary | 10001101 | 10100000 | 10111110 | 11010 | 10000 | 0 | 11001 | 11011001 | 11011 | 1000001 |
Color Harmonies of #8DA0BE
Complementary color
Monochromatic Colors of #8DA0BE
Black with #8DA0BE
Text Example
Text Example
White with #8DA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0BE; }
p { color: rgb(141,160,190); }
H1.HeaderClassName
{
color: #8DA0BE;
}
.AnyTagClassName
{
color: #8DA0BE;
}
</style>
background-color css
<style>
a { background-color: #8DA0BE; }
a { background-color: rgb(141,160,190); }
div.DivClassName
{
background-color: #8DA0BE;
}
.BgClassName
{
background-color: #8DA0BE;
}
</style>
border-color css
<style>
span { border-color: #8DA0BE; }
span { border-color: rgb(141,160,190); }
td.TdClassName
{
border-color: #8DA0BE;
}
.TagClassName
{
border-color: #8DA0BE;
}
</style>