Shades of Rock Blue #8B98AE
Tints of Rock Blue #8B98AE
RGB
CMYK
RGB Variations
Color information
#8B98AE (or 0x8B98AE) is known color: Rock Blue. HEX triplet: 8B, 98 and AE. RGB value is (139,152,174). Sum of RGB (Red+Green+Blue) = 139+152+174=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B98AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B98AE is #746751. Grayscale: #969696. Windows color (decimal): -7628626 or 11442315. OLE color: 11442315.
HSL color Cylindrical-coordinate representation of color #8B98AE: hue angle of 217.71º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B98AE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 152 | 174 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.32 |
| HSL | 217.71º | 0.18% | 0.61% | - |
| HSV(B) | 217.71º | 0.2% | 0.68% | - |
| XYZ | 29.52 | 31 | 44.47 | - |
| YUV | 150.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 174 | 0.20 | 0.13 | 0 | 0.32 | 217.71 | 0.18 | 0.61 |
| Hex | 8B | 98 | AE | 14 | D | 0 | 20 | DA | 12 | 3D |
| Octal | 213 | 230 | 256 | 24 | 15 | 0 | 40 | 332 | 22 | 75 |
| Binary | 10001011 | 10011000 | 10101110 | 10100 | 1101 | 0 | 100000 | 11011010 | 10010 | 111101 |
Color Harmonies of #8B98AE
Complementary color
Monochromatic Colors of #8B98AE
Black with #8B98AE
Text Example
Text Example
White with #8B98AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B98AE; }
p { color: rgb(139,152,174); }
H1.HeaderClassName
{
color: #8B98AE;
}
.AnyTagClassName
{
color: #8B98AE;
}
</style>
background-color css
<style>
a { background-color: #8B98AE; }
a { background-color: rgb(139,152,174); }
div.DivClassName
{
background-color: #8B98AE;
}
.BgClassName
{
background-color: #8B98AE;
}
</style>
border-color css
<style>
span { border-color: #8B98AE; }
span { border-color: rgb(139,152,174); }
td.TdClassName
{
border-color: #8B98AE;
}
.TagClassName
{
border-color: #8B98AE;
}
</style>