Shades of Rock Blue #8DA3C0
Tints of Rock Blue #8DA3C0
RGB
CMYK
RGB Variations
Color information
#8DA3C0 (or 0x8DA3C0) is known color: Rock Blue. HEX triplet: 8D, A3 and C0. RGB value is (141,163,192). Sum of RGB (Red+Green+Blue) = 141+163+192=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #8DA3C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA3C0 is #725C3F. Grayscale: #9F9F9F. Windows color (decimal): -7494720 or 12624781. OLE color: 12624781.
HSL color Cylindrical-coordinate representation of color #8DA3C0: hue angle of 214.12º 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 #8DA3C0 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 163 | 192 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.25 |
| HSL | 214.12º | 0.29% | 0.65% | - |
| HSV(B) | 214.12º | 0.27% | 0.75% | - |
| XYZ | 33.6 | 35.66 | 54.98 | - |
| YUV | 159.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 192 | 0.27 | 0.15 | 0 | 0.25 | 214.12 | 0.29 | 0.65 |
| Hex | 8D | A3 | C0 | 1B | F | 0 | 19 | D6 | 1D | 41 |
| Octal | 215 | 243 | 300 | 33 | 17 | 0 | 31 | 326 | 35 | 101 |
| Binary | 10001101 | 10100011 | 11000000 | 11011 | 1111 | 0 | 11001 | 11010110 | 11101 | 1000001 |
Color Harmonies of #8DA3C0
Complementary color
Monochromatic Colors of #8DA3C0
Black with #8DA3C0
Text Example
Text Example
White with #8DA3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA3C0; }
p { color: rgb(141,163,192); }
H1.HeaderClassName
{
color: #8DA3C0;
}
.AnyTagClassName
{
color: #8DA3C0;
}
</style>
background-color css
<style>
a { background-color: #8DA3C0; }
a { background-color: rgb(141,163,192); }
div.DivClassName
{
background-color: #8DA3C0;
}
.BgClassName
{
background-color: #8DA3C0;
}
</style>
border-color css
<style>
span { border-color: #8DA3C0; }
span { border-color: rgb(141,163,192); }
td.TdClassName
{
border-color: #8DA3C0;
}
.TagClassName
{
border-color: #8DA3C0;
}
</style>