Shades of Rock Blue #8C9DBF
Tints of Rock Blue #8C9DBF
RGB
CMYK
RGB Variations
Color information
#8C9DBF (or 0x8C9DBF) is known color: Rock Blue. HEX triplet: 8C, 9D and BF. RGB value is (140,157,191). Sum of RGB (Red+Green+Blue) = 140+157+191=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DBF is #736240. Grayscale: #9B9B9B. Windows color (decimal): -7561793 or 12557708. OLE color: 12557708.
HSL color Cylindrical-coordinate representation of color #8C9DBF: hue angle of 220º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C9DBF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 157 | 191 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.25 |
| HSL | 220º | 0.28% | 0.65% | - |
| HSV(B) | 220º | 0.27% | 0.75% | - |
| XYZ | 32.28 | 33.45 | 54.05 | - |
| YUV | 155.79 | 147.87 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 157 | 191 | 0.27 | 0.18 | 0 | 0.25 | 220 | 0.28 | 0.65 |
| Hex | 8C | 9D | BF | 1B | 12 | 0 | 19 | DC | 1C | 41 |
| Octal | 214 | 235 | 277 | 33 | 22 | 0 | 31 | 334 | 34 | 101 |
| Binary | 10001100 | 10011101 | 10111111 | 11011 | 10010 | 0 | 11001 | 11011100 | 11100 | 1000001 |
Color Harmonies of #8C9DBF
Complementary color
Monochromatic Colors of #8C9DBF
Black with #8C9DBF
Text Example
Text Example
White with #8C9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9DBF; }
p { color: rgb(140,157,191); }
H1.HeaderClassName
{
color: #8C9DBF;
}
.AnyTagClassName
{
color: #8C9DBF;
}
</style>
background-color css
<style>
a { background-color: #8C9DBF; }
a { background-color: rgb(140,157,191); }
div.DivClassName
{
background-color: #8C9DBF;
}
.BgClassName
{
background-color: #8C9DBF;
}
</style>
border-color css
<style>
span { border-color: #8C9DBF; }
span { border-color: rgb(140,157,191); }
td.TdClassName
{
border-color: #8C9DBF;
}
.TagClassName
{
border-color: #8C9DBF;
}
</style>