Shades of Rock Blue #9198B4
Tints of Rock Blue #9198B4
RGB
CMYK
RGB Variations
Color information
#9198B4 (or 0x9198B4) is known color: Rock Blue. HEX triplet: 91, 98 and B4. RGB value is (145,152,180). Sum of RGB (Red+Green+Blue) = 145+152+180=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #9198B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198B4 is #6E674B. Grayscale: #989898. Windows color (decimal): -7235404 or 11835537. OLE color: 11835537.
HSL color Cylindrical-coordinate representation of color #9198B4: hue angle of 228º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9198B4 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 152 | 180 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.29 |
| HSL | 228º | 0.19% | 0.64% | - |
| HSV(B) | 228º | 0.19% | 0.71% | - |
| XYZ | 31.14 | 31.77 | 47.67 | - |
| YUV | 153.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 180 | 0.19 | 0.16 | 0 | 0.29 | 228 | 0.19 | 0.64 |
| Hex | 91 | 98 | B4 | 13 | 10 | 0 | 1D | E4 | 13 | 40 |
| Octal | 221 | 230 | 264 | 23 | 20 | 0 | 35 | 344 | 23 | 100 |
| Binary | 10010001 | 10011000 | 10110100 | 10011 | 10000 | 0 | 11101 | 11100100 | 10011 | 1000000 |
Color Harmonies of #9198B4
Complementary color
Monochromatic Colors of #9198B4
Black with #9198B4
Text Example
Text Example
White with #9198B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9198B4; }
p { color: rgb(145,152,180); }
H1.HeaderClassName
{
color: #9198B4;
}
.AnyTagClassName
{
color: #9198B4;
}
</style>
background-color css
<style>
a { background-color: #9198B4; }
a { background-color: rgb(145,152,180); }
div.DivClassName
{
background-color: #9198B4;
}
.BgClassName
{
background-color: #9198B4;
}
</style>
border-color css
<style>
span { border-color: #9198B4; }
span { border-color: rgb(145,152,180); }
td.TdClassName
{
border-color: #9198B4;
}
.TagClassName
{
border-color: #9198B4;
}
</style>