Shades of Rock Blue #8A9FBA
Tints of Rock Blue #8A9FBA
RGB
CMYK
RGB Variations
Color information
#8A9FBA (or 0x8A9FBA) is known color: Rock Blue. HEX triplet: 8A, 9F and BA. RGB value is (138,159,186). Sum of RGB (Red+Green+Blue) = 138+159+186=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FBA is #756045. Grayscale: #9B9B9B. Windows color (decimal): -7692358 or 12230538. OLE color: 12230538.
HSL color Cylindrical-coordinate representation of color #8A9FBA: hue angle of 213.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A9FBA is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 159 | 186 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.27 |
| HSL | 213.75º | 0.26% | 0.64% | - |
| HSV(B) | 213.75º | 0.26% | 0.73% | - |
| XYZ | 31.74 | 33.74 | 51.29 | - |
| YUV | 155.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 186 | 0.26 | 0.15 | 0 | 0.27 | 213.75 | 0.26 | 0.64 |
| Hex | 8A | 9F | BA | 1A | F | 0 | 1B | D6 | 1A | 40 |
| Octal | 212 | 237 | 272 | 32 | 17 | 0 | 33 | 326 | 32 | 100 |
| Binary | 10001010 | 10011111 | 10111010 | 11010 | 1111 | 0 | 11011 | 11010110 | 11010 | 1000000 |
Color Harmonies of #8A9FBA
Complementary color
Monochromatic Colors of #8A9FBA
Black with #8A9FBA
Text Example
Text Example
White with #8A9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9FBA; }
p { color: rgb(138,159,186); }
H1.HeaderClassName
{
color: #8A9FBA;
}
.AnyTagClassName
{
color: #8A9FBA;
}
</style>
background-color css
<style>
a { background-color: #8A9FBA; }
a { background-color: rgb(138,159,186); }
div.DivClassName
{
background-color: #8A9FBA;
}
.BgClassName
{
background-color: #8A9FBA;
}
</style>
border-color css
<style>
span { border-color: #8A9FBA; }
span { border-color: rgb(138,159,186); }
td.TdClassName
{
border-color: #8A9FBA;
}
.TagClassName
{
border-color: #8A9FBA;
}
</style>