Shades of Rock Blue #8A9AC5
Tints of Rock Blue #8A9AC5
RGB
CMYK
RGB Variations
Color information
#8A9AC5 (or 0x8A9AC5) is known color: Rock Blue. HEX triplet: 8A, 9A and C5. RGB value is (138,154,197). Sum of RGB (Red+Green+Blue) = 138+154+197=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #8A9AC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9AC5 is #75653A. Grayscale: #999999. Windows color (decimal): -7693627 or 12950154. OLE color: 12950154.
HSL color Cylindrical-coordinate representation of color #8A9AC5: hue angle of 223.73º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A9AC5 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 154 | 197 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.23 |
| HSL | 223.73º | 0.34% | 0.66% | - |
| HSV(B) | 223.73º | 0.3% | 0.77% | - |
| XYZ | 32.11 | 32.55 | 57.41 | - |
| YUV | 154.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 197 | 0.30 | 0.22 | 0 | 0.23 | 223.73 | 0.34 | 0.66 |
| Hex | 8A | 9A | C5 | 1E | 16 | 0 | 17 | E0 | 22 | 42 |
| Octal | 212 | 232 | 305 | 36 | 26 | 0 | 27 | 340 | 42 | 102 |
| Binary | 10001010 | 10011010 | 11000101 | 11110 | 10110 | 0 | 10111 | 11100000 | 100010 | 1000010 |
Color Harmonies of #8A9AC5
Complementary color
Monochromatic Colors of #8A9AC5
Black with #8A9AC5
Text Example
Text Example
White with #8A9AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9AC5; }
p { color: rgb(138,154,197); }
H1.HeaderClassName
{
color: #8A9AC5;
}
.AnyTagClassName
{
color: #8A9AC5;
}
</style>
background-color css
<style>
a { background-color: #8A9AC5; }
a { background-color: rgb(138,154,197); }
div.DivClassName
{
background-color: #8A9AC5;
}
.BgClassName
{
background-color: #8A9AC5;
}
</style>
border-color css
<style>
span { border-color: #8A9AC5; }
span { border-color: rgb(138,154,197); }
td.TdClassName
{
border-color: #8A9AC5;
}
.TagClassName
{
border-color: #8A9AC5;
}
</style>