Shades of Rock Blue #8DA4C0
Tints of Rock Blue #8DA4C0
RGB
CMYK
RGB Variations
Color information
#8DA4C0 (or 0x8DA4C0) is known color: Rock Blue. HEX triplet: 8D, A4 and C0. RGB value is (141,164,192). Sum of RGB (Red+Green+Blue) = 141+164+192=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #8DA4C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA4C0 is #725B3F. Grayscale: #A0A0A0. Windows color (decimal): -7494464 or 12625037. OLE color: 12625037.
HSL color Cylindrical-coordinate representation of color #8DA4C0: hue angle of 212.94º 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 #8DA4C0 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 164 | 192 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.25 |
| HSL | 212.94º | 0.29% | 0.65% | - |
| HSV(B) | 212.94º | 0.27% | 0.75% | - |
| XYZ | 33.77 | 36.02 | 55.04 | - |
| YUV | 160.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 164 | 192 | 0.27 | 0.15 | 0 | 0.25 | 212.94 | 0.29 | 0.65 |
| Hex | 8D | A4 | C0 | 1B | F | 0 | 19 | D5 | 1D | 41 |
| Octal | 215 | 244 | 300 | 33 | 17 | 0 | 31 | 325 | 35 | 101 |
| Binary | 10001101 | 10100100 | 11000000 | 11011 | 1111 | 0 | 11001 | 11010101 | 11101 | 1000001 |
Color Harmonies of #8DA4C0
Complementary color
Monochromatic Colors of #8DA4C0
Black with #8DA4C0
Text Example
Text Example
White with #8DA4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA4C0; }
p { color: rgb(141,164,192); }
H1.HeaderClassName
{
color: #8DA4C0;
}
.AnyTagClassName
{
color: #8DA4C0;
}
</style>
background-color css
<style>
a { background-color: #8DA4C0; }
a { background-color: rgb(141,164,192); }
div.DivClassName
{
background-color: #8DA4C0;
}
.BgClassName
{
background-color: #8DA4C0;
}
</style>
border-color css
<style>
span { border-color: #8DA4C0; }
span { border-color: rgb(141,164,192); }
td.TdClassName
{
border-color: #8DA4C0;
}
.TagClassName
{
border-color: #8DA4C0;
}
</style>