Shades of Rock Blue #8D9EC2
Tints of Rock Blue #8D9EC2
RGB
CMYK
RGB Variations
Color information
#8D9EC2 (or 0x8D9EC2) is known color: Rock Blue. HEX triplet: 8D, 9E and C2. RGB value is (141,158,194). Sum of RGB (Red+Green+Blue) = 141+158+194=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: blue. Hex color #8D9EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9EC2 is #72613D. Grayscale: #9C9C9C. Windows color (decimal): -7495998 or 12754573. OLE color: 12754573.
HSL color Cylindrical-coordinate representation of color #8D9EC2: hue angle of 220.75º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D9EC2 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 158 | 194 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.24 |
| HSL | 220.75º | 0.3% | 0.66% | - |
| HSV(B) | 220.75º | 0.27% | 0.76% | - |
| XYZ | 32.95 | 34.01 | 55.87 | - |
| YUV | 157.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 158 | 194 | 0.27 | 0.19 | 0 | 0.24 | 220.75 | 0.3 | 0.66 |
| Hex | 8D | 9E | C2 | 1B | 13 | 0 | 18 | DD | 1E | 42 |
| Octal | 215 | 236 | 302 | 33 | 23 | 0 | 30 | 335 | 36 | 102 |
| Binary | 10001101 | 10011110 | 11000010 | 11011 | 10011 | 0 | 11000 | 11011101 | 11110 | 1000010 |
Color Harmonies of #8D9EC2
Complementary color
Monochromatic Colors of #8D9EC2
Black with #8D9EC2
Text Example
Text Example
White with #8D9EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9EC2; }
p { color: rgb(141,158,194); }
H1.HeaderClassName
{
color: #8D9EC2;
}
.AnyTagClassName
{
color: #8D9EC2;
}
</style>
background-color css
<style>
a { background-color: #8D9EC2; }
a { background-color: rgb(141,158,194); }
div.DivClassName
{
background-color: #8D9EC2;
}
.BgClassName
{
background-color: #8D9EC2;
}
</style>
border-color css
<style>
span { border-color: #8D9EC2; }
span { border-color: rgb(141,158,194); }
td.TdClassName
{
border-color: #8D9EC2;
}
.TagClassName
{
border-color: #8D9EC2;
}
</style>