Shades of Rock Blue #8A9FBF
Tints of Rock Blue #8A9FBF
RGB
CMYK
RGB Variations
Color information
#8A9FBF (or 0x8A9FBF) is known color: Rock Blue. HEX triplet: 8A, 9F and BF. RGB value is (138,159,191). Sum of RGB (Red+Green+Blue) = 138+159+191=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 159 (62.5% from 255 or 32.58% 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 #8A9FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FBF is #756040. Grayscale: #9C9C9C. Windows color (decimal): -7692353 or 12558218. OLE color: 12558218.
HSL color Cylindrical-coordinate representation of color #8A9FBF: hue angle of 216.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A9FBF is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 159 | 191 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.25 |
| HSL | 216.23º | 0.29% | 0.65% | - |
| HSV(B) | 216.23º | 0.28% | 0.75% | - |
| XYZ | 32.28 | 33.96 | 54.14 | - |
| YUV | 156.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 191 | 0.28 | 0.17 | 0 | 0.25 | 216.23 | 0.29 | 0.65 |
| Hex | 8A | 9F | BF | 1C | 11 | 0 | 19 | D8 | 1D | 41 |
| Octal | 212 | 237 | 277 | 34 | 21 | 0 | 31 | 330 | 35 | 101 |
| Binary | 10001010 | 10011111 | 10111111 | 11100 | 10001 | 0 | 11001 | 11011000 | 11101 | 1000001 |
Color Harmonies of #8A9FBF
Complementary color
Monochromatic Colors of #8A9FBF
Black with #8A9FBF
Text Example
Text Example
White with #8A9FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9FBF; }
p { color: rgb(138,159,191); }
H1.HeaderClassName
{
color: #8A9FBF;
}
.AnyTagClassName
{
color: #8A9FBF;
}
</style>
background-color css
<style>
a { background-color: #8A9FBF; }
a { background-color: rgb(138,159,191); }
div.DivClassName
{
background-color: #8A9FBF;
}
.BgClassName
{
background-color: #8A9FBF;
}
</style>
border-color css
<style>
span { border-color: #8A9FBF; }
span { border-color: rgb(138,159,191); }
td.TdClassName
{
border-color: #8A9FBF;
}
.TagClassName
{
border-color: #8A9FBF;
}
</style>