Shades of Rock Blue #8D9AC0
Tints of Rock Blue #8D9AC0
RGB
CMYK
RGB Variations
Color information
#8D9AC0 (or 0x8D9AC0) is known color: Rock Blue. HEX triplet: 8D, 9A and C0. RGB value is (141,154,192). Sum of RGB (Red+Green+Blue) = 141+154+192=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D9AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9AC0 is #72653F. Grayscale: #9A9A9A. Windows color (decimal): -7497024 or 12622477. OLE color: 12622477.
HSL color Cylindrical-coordinate representation of color #8D9AC0: hue angle of 224.71º 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 #8D9AC0 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 154 | 192 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.25 |
| HSL | 224.71º | 0.29% | 0.65% | - |
| HSV(B) | 224.71º | 0.27% | 0.75% | - |
| XYZ | 32.05 | 32.58 | 54.47 | - |
| YUV | 154.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 192 | 0.27 | 0.20 | 0 | 0.25 | 224.71 | 0.29 | 0.65 |
| Hex | 8D | 9A | C0 | 1B | 14 | 0 | 19 | E1 | 1D | 41 |
| Octal | 215 | 232 | 300 | 33 | 24 | 0 | 31 | 341 | 35 | 101 |
| Binary | 10001101 | 10011010 | 11000000 | 11011 | 10100 | 0 | 11001 | 11100001 | 11101 | 1000001 |
Color Harmonies of #8D9AC0
Complementary color
Monochromatic Colors of #8D9AC0
Black with #8D9AC0
Text Example
Text Example
White with #8D9AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9AC0; }
p { color: rgb(141,154,192); }
H1.HeaderClassName
{
color: #8D9AC0;
}
.AnyTagClassName
{
color: #8D9AC0;
}
</style>
background-color css
<style>
a { background-color: #8D9AC0; }
a { background-color: rgb(141,154,192); }
div.DivClassName
{
background-color: #8D9AC0;
}
.BgClassName
{
background-color: #8D9AC0;
}
</style>
border-color css
<style>
span { border-color: #8D9AC0; }
span { border-color: rgb(141,154,192); }
td.TdClassName
{
border-color: #8D9AC0;
}
.TagClassName
{
border-color: #8D9AC0;
}
</style>