Shades of Rock Blue #8198BA
Tints of Rock Blue #8198BA
RGB
CMYK
RGB Variations
Color information
#8198BA (or 0x8198BA) is known color: Rock Blue. HEX triplet: 81, 98 and BA. RGB value is (129,152,186). Sum of RGB (Red+Green+Blue) = 129+152+186=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #8198BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198BA is #7E6745. Grayscale: #949494. Windows color (decimal): -8283974 or 12228737. OLE color: 12228737.
HSL color Cylindrical-coordinate representation of color #8198BA: hue angle of 215.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8198BA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 152 | 186 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.27 |
| HSL | 215.79º | 0.29% | 0.62% | - |
| HSV(B) | 215.79º | 0.31% | 0.73% | - |
| XYZ | 29.14 | 30.67 | 50.84 | - |
| YUV | 149 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 186 | 0.31 | 0.18 | 0 | 0.27 | 215.79 | 0.29 | 0.62 |
| Hex | 81 | 98 | BA | 1F | 12 | 0 | 1B | D8 | 1D | 3E |
| Octal | 201 | 230 | 272 | 37 | 22 | 0 | 33 | 330 | 35 | 76 |
| Binary | 10000001 | 10011000 | 10111010 | 11111 | 10010 | 0 | 11011 | 11011000 | 11101 | 111110 |
Color Harmonies of #8198BA
Complementary color
Monochromatic Colors of #8198BA
Black with #8198BA
Text Example
Text Example
White with #8198BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8198BA; }
p { color: rgb(129,152,186); }
H1.HeaderClassName
{
color: #8198BA;
}
.AnyTagClassName
{
color: #8198BA;
}
</style>
background-color css
<style>
a { background-color: #8198BA; }
a { background-color: rgb(129,152,186); }
div.DivClassName
{
background-color: #8198BA;
}
.BgClassName
{
background-color: #8198BA;
}
</style>
border-color css
<style>
span { border-color: #8198BA; }
span { border-color: rgb(129,152,186); }
td.TdClassName
{
border-color: #8198BA;
}
.TagClassName
{
border-color: #8198BA;
}
</style>