Shades of Rock Blue #8DA0C0
Tints of Rock Blue #8DA0C0
RGB
CMYK
RGB Variations
Color information
#8DA0C0 (or 0x8DA0C0) is known color: Rock Blue. HEX triplet: 8D, A0 and C0. RGB value is (141,160,192). Sum of RGB (Red+Green+Blue) = 141+160+192=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #8DA0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0C0 is #725F3F. Grayscale: #9D9D9D. Windows color (decimal): -7495488 or 12624013. OLE color: 12624013.
HSL color Cylindrical-coordinate representation of color #8DA0C0: hue angle of 217.65º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DA0C0 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 160 | 192 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.25 |
| HSL | 217.65º | 0.29% | 0.65% | - |
| HSV(B) | 217.65º | 0.27% | 0.75% | - |
| XYZ | 33.07 | 34.61 | 54.81 | - |
| YUV | 157.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 192 | 0.27 | 0.17 | 0 | 0.25 | 217.65 | 0.29 | 0.65 |
| Hex | 8D | A0 | C0 | 1B | 11 | 0 | 19 | DA | 1D | 41 |
| Octal | 215 | 240 | 300 | 33 | 21 | 0 | 31 | 332 | 35 | 101 |
| Binary | 10001101 | 10100000 | 11000000 | 11011 | 10001 | 0 | 11001 | 11011010 | 11101 | 1000001 |
Color Harmonies of #8DA0C0
Complementary color
Monochromatic Colors of #8DA0C0
Black with #8DA0C0
Text Example
Text Example
White with #8DA0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0C0; }
p { color: rgb(141,160,192); }
H1.HeaderClassName
{
color: #8DA0C0;
}
.AnyTagClassName
{
color: #8DA0C0;
}
</style>
background-color css
<style>
a { background-color: #8DA0C0; }
a { background-color: rgb(141,160,192); }
div.DivClassName
{
background-color: #8DA0C0;
}
.BgClassName
{
background-color: #8DA0C0;
}
</style>
border-color css
<style>
span { border-color: #8DA0C0; }
span { border-color: rgb(141,160,192); }
td.TdClassName
{
border-color: #8DA0C0;
}
.TagClassName
{
border-color: #8DA0C0;
}
</style>