Shades of Rock Blue #8198BD
Tints of Rock Blue #8198BD
RGB
CMYK
RGB Variations
Color information
#8198BD (or 0x8198BD) is known color: Rock Blue. HEX triplet: 81, 98 and BD. RGB value is (129,152,189). Sum of RGB (Red+Green+Blue) = 129+152+189=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #8198BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198BD is #7E6742. Grayscale: #959595. Windows color (decimal): -8283971 or 12425345. OLE color: 12425345.
HSL color Cylindrical-coordinate representation of color #8198BD: hue angle of 217º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8198BD is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 152 | 189 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.26 |
| HSL | 217º | 0.31% | 0.62% | - |
| HSV(B) | 217º | 0.32% | 0.74% | - |
| XYZ | 29.47 | 30.8 | 52.54 | - |
| YUV | 149.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 189 | 0.32 | 0.20 | 0 | 0.26 | 217 | 0.31 | 0.62 |
| Hex | 81 | 98 | BD | 20 | 14 | 0 | 1A | D9 | 1F | 3E |
| Octal | 201 | 230 | 275 | 40 | 24 | 0 | 32 | 331 | 37 | 76 |
| Binary | 10000001 | 10011000 | 10111101 | 100000 | 10100 | 0 | 11010 | 11011001 | 11111 | 111110 |
Color Harmonies of #8198BD
Complementary color
Monochromatic Colors of #8198BD
Black with #8198BD
Text Example
Text Example
White with #8198BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8198BD; }
p { color: rgb(129,152,189); }
H1.HeaderClassName
{
color: #8198BD;
}
.AnyTagClassName
{
color: #8198BD;
}
</style>
background-color css
<style>
a { background-color: #8198BD; }
a { background-color: rgb(129,152,189); }
div.DivClassName
{
background-color: #8198BD;
}
.BgClassName
{
background-color: #8198BD;
}
</style>
border-color css
<style>
span { border-color: #8198BD; }
span { border-color: rgb(129,152,189); }
td.TdClassName
{
border-color: #8198BD;
}
.TagClassName
{
border-color: #8198BD;
}
</style>