Shades of Rock Blue #8A9BBE
Tints of Rock Blue #8A9BBE
RGB
CMYK
RGB Variations
Color information
#8A9BBE (or 0x8A9BBE) is known color: Rock Blue. HEX triplet: 8A, 9B and BE. RGB value is (138,155,190). Sum of RGB (Red+Green+Blue) = 138+155+190=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A9BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BBE is #756441. Grayscale: #999999. Windows color (decimal): -7693378 or 12491658. OLE color: 12491658.
HSL color Cylindrical-coordinate representation of color #8A9BBE: hue angle of 220.38º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A9BBE is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 155 | 190 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.25 |
| HSL | 220.38º | 0.29% | 0.64% | - |
| HSV(B) | 220.38º | 0.27% | 0.75% | - |
| XYZ | 31.5 | 32.56 | 53.34 | - |
| YUV | 153.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 190 | 0.27 | 0.18 | 0 | 0.25 | 220.38 | 0.29 | 0.64 |
| Hex | 8A | 9B | BE | 1B | 12 | 0 | 19 | DC | 1D | 40 |
| Octal | 212 | 233 | 276 | 33 | 22 | 0 | 31 | 334 | 35 | 100 |
| Binary | 10001010 | 10011011 | 10111110 | 11011 | 10010 | 0 | 11001 | 11011100 | 11101 | 1000000 |
Color Harmonies of #8A9BBE
Complementary color
Monochromatic Colors of #8A9BBE
Black with #8A9BBE
Text Example
Text Example
White with #8A9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BBE; }
p { color: rgb(138,155,190); }
H1.HeaderClassName
{
color: #8A9BBE;
}
.AnyTagClassName
{
color: #8A9BBE;
}
</style>
background-color css
<style>
a { background-color: #8A9BBE; }
a { background-color: rgb(138,155,190); }
div.DivClassName
{
background-color: #8A9BBE;
}
.BgClassName
{
background-color: #8A9BBE;
}
</style>
border-color css
<style>
span { border-color: #8A9BBE; }
span { border-color: rgb(138,155,190); }
td.TdClassName
{
border-color: #8A9BBE;
}
.TagClassName
{
border-color: #8A9BBE;
}
</style>