Shades of Rock Blue #8C9DC2
Tints of Rock Blue #8C9DC2
RGB
CMYK
RGB Variations
Color information
#8C9DC2 (or 0x8C9DC2) is known color: Rock Blue. HEX triplet: 8C, 9D and C2. RGB value is (140,157,194). Sum of RGB (Red+Green+Blue) = 140+157+194=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #8C9DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DC2 is #73623D. Grayscale: #9B9B9B. Windows color (decimal): -7561790 or 12754316. OLE color: 12754316.
HSL color Cylindrical-coordinate representation of color #8C9DC2: hue angle of 221.11º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C9DC2 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 157 | 194 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.24 |
| HSL | 221.11º | 0.31% | 0.65% | - |
| HSV(B) | 221.11º | 0.28% | 0.76% | - |
| XYZ | 32.61 | 33.58 | 55.8 | - |
| YUV | 156.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 157 | 194 | 0.28 | 0.19 | 0 | 0.24 | 221.11 | 0.31 | 0.65 |
| Hex | 8C | 9D | C2 | 1C | 13 | 0 | 18 | DD | 1F | 41 |
| Octal | 214 | 235 | 302 | 34 | 23 | 0 | 30 | 335 | 37 | 101 |
| Binary | 10001100 | 10011101 | 11000010 | 11100 | 10011 | 0 | 11000 | 11011101 | 11111 | 1000001 |
Color Harmonies of #8C9DC2
Complementary color
Monochromatic Colors of #8C9DC2
Black with #8C9DC2
Text Example
Text Example
White with #8C9DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9DC2; }
p { color: rgb(140,157,194); }
H1.HeaderClassName
{
color: #8C9DC2;
}
.AnyTagClassName
{
color: #8C9DC2;
}
</style>
background-color css
<style>
a { background-color: #8C9DC2; }
a { background-color: rgb(140,157,194); }
div.DivClassName
{
background-color: #8C9DC2;
}
.BgClassName
{
background-color: #8C9DC2;
}
</style>
border-color css
<style>
span { border-color: #8C9DC2; }
span { border-color: rgb(140,157,194); }
td.TdClassName
{
border-color: #8C9DC2;
}
.TagClassName
{
border-color: #8C9DC2;
}
</style>