Shades of Rock Blue #8A9EC1
Tints of Rock Blue #8A9EC1
RGB
CMYK
RGB Variations
Color information
#8A9EC1 (or 0x8A9EC1) is known color: Rock Blue. HEX triplet: 8A, 9E and C1. RGB value is (138,158,193). Sum of RGB (Red+Green+Blue) = 138+158+193=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A9EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9EC1 is #75613E. Grayscale: #9B9B9B. Windows color (decimal): -7692607 or 12689034. OLE color: 12689034.
HSL color Cylindrical-coordinate representation of color #8A9EC1: hue angle of 218.18º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A9EC1 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 158 | 193 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.24 |
| HSL | 218.18º | 0.31% | 0.65% | - |
| HSV(B) | 218.18º | 0.28% | 0.76% | - |
| XYZ | 32.33 | 33.71 | 55.25 | - |
| YUV | 156.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 158 | 193 | 0.28 | 0.18 | 0 | 0.24 | 218.18 | 0.31 | 0.65 |
| Hex | 8A | 9E | C1 | 1C | 12 | 0 | 18 | DA | 1F | 41 |
| Octal | 212 | 236 | 301 | 34 | 22 | 0 | 30 | 332 | 37 | 101 |
| Binary | 10001010 | 10011110 | 11000001 | 11100 | 10010 | 0 | 11000 | 11011010 | 11111 | 1000001 |
Color Harmonies of #8A9EC1
Complementary color
Monochromatic Colors of #8A9EC1
Black with #8A9EC1
Text Example
Text Example
White with #8A9EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9EC1; }
p { color: rgb(138,158,193); }
H1.HeaderClassName
{
color: #8A9EC1;
}
.AnyTagClassName
{
color: #8A9EC1;
}
</style>
background-color css
<style>
a { background-color: #8A9EC1; }
a { background-color: rgb(138,158,193); }
div.DivClassName
{
background-color: #8A9EC1;
}
.BgClassName
{
background-color: #8A9EC1;
}
</style>
border-color css
<style>
span { border-color: #8A9EC1; }
span { border-color: rgb(138,158,193); }
td.TdClassName
{
border-color: #8A9EC1;
}
.TagClassName
{
border-color: #8A9EC1;
}
</style>