Shades of Rock Blue #8C9DBD
Tints of Rock Blue #8C9DBD
RGB
CMYK
RGB Variations
Color information
#8C9DBD (or 0x8C9DBD) is known color: Rock Blue. HEX triplet: 8C, 9D and BD. RGB value is (140,157,189). Sum of RGB (Red+Green+Blue) = 140+157+189=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C9DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DBD is #736242. Grayscale: #9B9B9B. Windows color (decimal): -7561795 or 12426636. OLE color: 12426636.
HSL color Cylindrical-coordinate representation of color #8C9DBD: hue angle of 219.18º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C9DBD is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 157 | 189 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.26 |
| HSL | 219.18º | 0.27% | 0.65% | - |
| HSV(B) | 219.18º | 0.26% | 0.74% | - |
| XYZ | 32.06 | 33.36 | 52.89 | - |
| YUV | 155.57 | 146.87 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 157 | 189 | 0.26 | 0.17 | 0 | 0.26 | 219.18 | 0.27 | 0.65 |
| Hex | 8C | 9D | BD | 1A | 11 | 0 | 1A | DB | 1B | 41 |
| Octal | 214 | 235 | 275 | 32 | 21 | 0 | 32 | 333 | 33 | 101 |
| Binary | 10001100 | 10011101 | 10111101 | 11010 | 10001 | 0 | 11010 | 11011011 | 11011 | 1000001 |
Color Harmonies of #8C9DBD
Complementary color
Monochromatic Colors of #8C9DBD
Black with #8C9DBD
Text Example
Text Example
White with #8C9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9DBD; }
p { color: rgb(140,157,189); }
H1.HeaderClassName
{
color: #8C9DBD;
}
.AnyTagClassName
{
color: #8C9DBD;
}
</style>
background-color css
<style>
a { background-color: #8C9DBD; }
a { background-color: rgb(140,157,189); }
div.DivClassName
{
background-color: #8C9DBD;
}
.BgClassName
{
background-color: #8C9DBD;
}
</style>
border-color css
<style>
span { border-color: #8C9DBD; }
span { border-color: rgb(140,157,189); }
td.TdClassName
{
border-color: #8C9DBD;
}
.TagClassName
{
border-color: #8C9DBD;
}
</style>