Shades of Rock Blue #8C9CC2
Tints of Rock Blue #8C9CC2
RGB
CMYK
RGB Variations
Color information
#8C9CC2 (or 0x8C9CC2) is known color: Rock Blue. HEX triplet: 8C, 9C and C2. RGB value is (140,156,194). Sum of RGB (Red+Green+Blue) = 140+156+194=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 194 - color contains mainly: blue. Hex color #8C9CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CC2 is #73633D. Grayscale: #9B9B9B. Windows color (decimal): -7562046 or 12754060. OLE color: 12754060.
HSL color Cylindrical-coordinate representation of color #8C9CC2: hue angle of 222.22º 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 #8C9CC2 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 156 | 194 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.24 |
| HSL | 222.22º | 0.31% | 0.65% | - |
| HSV(B) | 222.22º | 0.28% | 0.76% | - |
| XYZ | 32.44 | 33.25 | 55.75 | - |
| YUV | 155.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 194 | 0.28 | 0.20 | 0 | 0.24 | 222.22 | 0.31 | 0.65 |
| Hex | 8C | 9C | C2 | 1C | 14 | 0 | 18 | DE | 1F | 41 |
| Octal | 214 | 234 | 302 | 34 | 24 | 0 | 30 | 336 | 37 | 101 |
| Binary | 10001100 | 10011100 | 11000010 | 11100 | 10100 | 0 | 11000 | 11011110 | 11111 | 1000001 |
Color Harmonies of #8C9CC2
Complementary color
Monochromatic Colors of #8C9CC2
Black with #8C9CC2
Text Example
Text Example
White with #8C9CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9CC2; }
p { color: rgb(140,156,194); }
H1.HeaderClassName
{
color: #8C9CC2;
}
.AnyTagClassName
{
color: #8C9CC2;
}
</style>
background-color css
<style>
a { background-color: #8C9CC2; }
a { background-color: rgb(140,156,194); }
div.DivClassName
{
background-color: #8C9CC2;
}
.BgClassName
{
background-color: #8C9CC2;
}
</style>
border-color css
<style>
span { border-color: #8C9CC2; }
span { border-color: rgb(140,156,194); }
td.TdClassName
{
border-color: #8C9CC2;
}
.TagClassName
{
border-color: #8C9CC2;
}
</style>