Shades of Rock Blue #8C9AC2
Tints of Rock Blue #8C9AC2
RGB
CMYK
RGB Variations
Color information
#8C9AC2 (or 0x8C9AC2) is known color: Rock Blue. HEX triplet: 8C, 9A and C2. RGB value is (140,154,194). Sum of RGB (Red+Green+Blue) = 140+154+194=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #8C9AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9AC2 is #73653D. Grayscale: #9A9A9A. Windows color (decimal): -7562558 or 12753548. OLE color: 12753548.
HSL color Cylindrical-coordinate representation of color #8C9AC2: hue angle of 224.44º 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 #8C9AC2 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 154 | 194 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.24 |
| HSL | 224.44º | 0.31% | 0.65% | - |
| HSV(B) | 224.44º | 0.28% | 0.76% | - |
| XYZ | 32.11 | 32.58 | 55.64 | - |
| YUV | 154.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 154 | 194 | 0.28 | 0.21 | 0 | 0.24 | 224.44 | 0.31 | 0.65 |
| Hex | 8C | 9A | C2 | 1C | 15 | 0 | 18 | E0 | 1F | 41 |
| Octal | 214 | 232 | 302 | 34 | 25 | 0 | 30 | 340 | 37 | 101 |
| Binary | 10001100 | 10011010 | 11000010 | 11100 | 10101 | 0 | 11000 | 11100000 | 11111 | 1000001 |
Color Harmonies of #8C9AC2
Complementary color
Monochromatic Colors of #8C9AC2
Black with #8C9AC2
Text Example
Text Example
White with #8C9AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9AC2; }
p { color: rgb(140,154,194); }
H1.HeaderClassName
{
color: #8C9AC2;
}
.AnyTagClassName
{
color: #8C9AC2;
}
</style>
background-color css
<style>
a { background-color: #8C9AC2; }
a { background-color: rgb(140,154,194); }
div.DivClassName
{
background-color: #8C9AC2;
}
.BgClassName
{
background-color: #8C9AC2;
}
</style>
border-color css
<style>
span { border-color: #8C9AC2; }
span { border-color: rgb(140,154,194); }
td.TdClassName
{
border-color: #8C9AC2;
}
.TagClassName
{
border-color: #8C9AC2;
}
</style>