Shades of Rock Blue #8C9CC5
Tints of Rock Blue #8C9CC5
RGB
CMYK
RGB Variations
Color information
#8C9CC5 (or 0x8C9CC5) is known color: Rock Blue. HEX triplet: 8C, 9C and C5. RGB value is (140,156,197). Sum of RGB (Red+Green+Blue) = 140+156+197=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 197 - color contains mainly: blue. Hex color #8C9CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CC5 is #73633A. Grayscale: #9B9B9B. Windows color (decimal): -7562043 or 12950668. OLE color: 12950668.
HSL color Cylindrical-coordinate representation of color #8C9CC5: hue angle of 223.16º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C9CC5 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 156 | 197 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.23 |
| HSL | 223.16º | 0.33% | 0.66% | - |
| HSV(B) | 223.16º | 0.29% | 0.77% | - |
| XYZ | 32.78 | 33.38 | 57.54 | - |
| YUV | 155.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 197 | 0.29 | 0.21 | 0 | 0.23 | 223.16 | 0.33 | 0.66 |
| Hex | 8C | 9C | C5 | 1D | 15 | 0 | 17 | DF | 21 | 42 |
| Octal | 214 | 234 | 305 | 35 | 25 | 0 | 27 | 337 | 41 | 102 |
| Binary | 10001100 | 10011100 | 11000101 | 11101 | 10101 | 0 | 10111 | 11011111 | 100001 | 1000010 |
Color Harmonies of #8C9CC5
Complementary color
Monochromatic Colors of #8C9CC5
Black with #8C9CC5
Text Example
Text Example
White with #8C9CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9CC5; }
p { color: rgb(140,156,197); }
H1.HeaderClassName
{
color: #8C9CC5;
}
.AnyTagClassName
{
color: #8C9CC5;
}
</style>
background-color css
<style>
a { background-color: #8C9CC5; }
a { background-color: rgb(140,156,197); }
div.DivClassName
{
background-color: #8C9CC5;
}
.BgClassName
{
background-color: #8C9CC5;
}
</style>
border-color css
<style>
span { border-color: #8C9CC5; }
span { border-color: rgb(140,156,197); }
td.TdClassName
{
border-color: #8C9CC5;
}
.TagClassName
{
border-color: #8C9CC5;
}
</style>