Shades of Rock Blue #8C9FBA
Tints of Rock Blue #8C9FBA
RGB
CMYK
RGB Variations
Color information
#8C9FBA (or 0x8C9FBA) is known color: Rock Blue. HEX triplet: 8C, 9F and BA. RGB value is (140,159,186). Sum of RGB (Red+Green+Blue) = 140+159+186=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9FBA is #736045. Grayscale: #9C9C9C. Windows color (decimal): -7561286 or 12230540. OLE color: 12230540.
HSL color Cylindrical-coordinate representation of color #8C9FBA: hue angle of 215.22º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C9FBA is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 159 | 186 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.27 |
| HSL | 215.22º | 0.25% | 0.64% | - |
| HSV(B) | 215.22º | 0.25% | 0.73% | - |
| XYZ | 32.08 | 33.92 | 51.31 | - |
| YUV | 156.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 186 | 0.25 | 0.15 | 0 | 0.27 | 215.22 | 0.25 | 0.64 |
| Hex | 8C | 9F | BA | 19 | F | 0 | 1B | D7 | 19 | 40 |
| Octal | 214 | 237 | 272 | 31 | 17 | 0 | 33 | 327 | 31 | 100 |
| Binary | 10001100 | 10011111 | 10111010 | 11001 | 1111 | 0 | 11011 | 11010111 | 11001 | 1000000 |
Color Harmonies of #8C9FBA
Complementary color
Monochromatic Colors of #8C9FBA
Black with #8C9FBA
Text Example
Text Example
White with #8C9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9FBA; }
p { color: rgb(140,159,186); }
H1.HeaderClassName
{
color: #8C9FBA;
}
.AnyTagClassName
{
color: #8C9FBA;
}
</style>
background-color css
<style>
a { background-color: #8C9FBA; }
a { background-color: rgb(140,159,186); }
div.DivClassName
{
background-color: #8C9FBA;
}
.BgClassName
{
background-color: #8C9FBA;
}
</style>
border-color css
<style>
span { border-color: #8C9FBA; }
span { border-color: rgb(140,159,186); }
td.TdClassName
{
border-color: #8C9FBA;
}
.TagClassName
{
border-color: #8C9FBA;
}
</style>