Shades of Rock Blue #8DA0B4
Tints of Rock Blue #8DA0B4
RGB
CMYK
RGB Variations
Color information
#8DA0B4 (or 0x8DA0B4) is known color: Rock Blue. HEX triplet: 8D, A0 and B4. RGB value is (141,160,180). Sum of RGB (Red+Green+Blue) = 141+160+180=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #8DA0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0B4 is #725F4B. Grayscale: #9C9C9C. Windows color (decimal): -7495500 or 11837581. OLE color: 11837581.
HSL color Cylindrical-coordinate representation of color #8DA0B4: hue angle of 210.77º 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 #8DA0B4 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 160 | 180 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.29 |
| HSL | 210.77º | 0.21% | 0.63% | - |
| HSV(B) | 210.77º | 0.22% | 0.71% | - |
| XYZ | 31.79 | 34.1 | 48.09 | - |
| YUV | 156.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 180 | 0.22 | 0.11 | 0 | 0.29 | 210.77 | 0.21 | 0.63 |
| Hex | 8D | A0 | B4 | 16 | B | 0 | 1D | D3 | 15 | 3F |
| Octal | 215 | 240 | 264 | 26 | 13 | 0 | 35 | 323 | 25 | 77 |
| Binary | 10001101 | 10100000 | 10110100 | 10110 | 1011 | 0 | 11101 | 11010011 | 10101 | 111111 |
Color Harmonies of #8DA0B4
Complementary color
Monochromatic Colors of #8DA0B4
Black with #8DA0B4
Text Example
Text Example
White with #8DA0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0B4; }
p { color: rgb(141,160,180); }
H1.HeaderClassName
{
color: #8DA0B4;
}
.AnyTagClassName
{
color: #8DA0B4;
}
</style>
background-color css
<style>
a { background-color: #8DA0B4; }
a { background-color: rgb(141,160,180); }
div.DivClassName
{
background-color: #8DA0B4;
}
.BgClassName
{
background-color: #8DA0B4;
}
</style>
border-color css
<style>
span { border-color: #8DA0B4; }
span { border-color: rgb(141,160,180); }
td.TdClassName
{
border-color: #8DA0B4;
}
.TagClassName
{
border-color: #8DA0B4;
}
</style>