Shades of Rock Blue #8A95B3
Tints of Rock Blue #8A95B3
RGB
CMYK
RGB Variations
Color information
#8A95B3 (or 0x8A95B3) is known color: Rock Blue. HEX triplet: 8A, 95 and B3. RGB value is (138,149,179). Sum of RGB (Red+Green+Blue) = 138+149+179=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A95B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A95B3 is #756A4C. Grayscale: #959595. Windows color (decimal): -7694925 or 11769226. OLE color: 11769226.
HSL color Cylindrical-coordinate representation of color #8A95B3: hue angle of 223.9º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A95B3 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 149 | 179 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.30 |
| HSL | 223.9º | 0.21% | 0.62% | - |
| HSV(B) | 223.9º | 0.23% | 0.7% | - |
| XYZ | 29.37 | 30.15 | 46.92 | - |
| YUV | 149.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 179 | 0.23 | 0.17 | 0 | 0.30 | 223.9 | 0.21 | 0.62 |
| Hex | 8A | 95 | B3 | 17 | 11 | 0 | 1E | E0 | 15 | 3E |
| Octal | 212 | 225 | 263 | 27 | 21 | 0 | 36 | 340 | 25 | 76 |
| Binary | 10001010 | 10010101 | 10110011 | 10111 | 10001 | 0 | 11110 | 11100000 | 10101 | 111110 |
Color Harmonies of #8A95B3
Complementary color
Monochromatic Colors of #8A95B3
Black with #8A95B3
Text Example
Text Example
White with #8A95B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A95B3; }
p { color: rgb(138,149,179); }
H1.HeaderClassName
{
color: #8A95B3;
}
.AnyTagClassName
{
color: #8A95B3;
}
</style>
background-color css
<style>
a { background-color: #8A95B3; }
a { background-color: rgb(138,149,179); }
div.DivClassName
{
background-color: #8A95B3;
}
.BgClassName
{
background-color: #8A95B3;
}
</style>
border-color css
<style>
span { border-color: #8A95B3; }
span { border-color: rgb(138,149,179); }
td.TdClassName
{
border-color: #8A95B3;
}
.TagClassName
{
border-color: #8A95B3;
}
</style>