Shades of Rock Blue #8C9DB4
Tints of Rock Blue #8C9DB4
RGB
CMYK
RGB Variations
Color information
#8C9DB4 (or 0x8C9DB4) is known color: Rock Blue. HEX triplet: 8C, 9D and B4. RGB value is (140,157,180). Sum of RGB (Red+Green+Blue) = 140+157+180=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #8C9DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DB4 is #73624B. Grayscale: #9A9A9A. Windows color (decimal): -7561804 or 11836812. OLE color: 11836812.
HSL color Cylindrical-coordinate representation of color #8C9DB4: hue angle of 214.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C9DB4 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 157 | 180 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.29 |
| HSL | 214.5º | 0.21% | 0.63% | - |
| HSV(B) | 214.5º | 0.22% | 0.71% | - |
| XYZ | 31.11 | 32.98 | 47.91 | - |
| YUV | 154.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 157 | 180 | 0.22 | 0.13 | 0 | 0.29 | 214.5 | 0.21 | 0.63 |
| Hex | 8C | 9D | B4 | 16 | D | 0 | 1D | D6 | 15 | 3F |
| Octal | 214 | 235 | 264 | 26 | 15 | 0 | 35 | 326 | 25 | 77 |
| Binary | 10001100 | 10011101 | 10110100 | 10110 | 1101 | 0 | 11101 | 11010110 | 10101 | 111111 |
Color Harmonies of #8C9DB4
Complementary color
Monochromatic Colors of #8C9DB4
Black with #8C9DB4
Text Example
Text Example
White with #8C9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9DB4; }
p { color: rgb(140,157,180); }
H1.HeaderClassName
{
color: #8C9DB4;
}
.AnyTagClassName
{
color: #8C9DB4;
}
</style>
background-color css
<style>
a { background-color: #8C9DB4; }
a { background-color: rgb(140,157,180); }
div.DivClassName
{
background-color: #8C9DB4;
}
.BgClassName
{
background-color: #8C9DB4;
}
</style>
border-color css
<style>
span { border-color: #8C9DB4; }
span { border-color: rgb(140,157,180); }
td.TdClassName
{
border-color: #8C9DB4;
}
.TagClassName
{
border-color: #8C9DB4;
}
</style>