Shades of Rock Blue #9098AF
Tints of Rock Blue #9098AF
RGB
CMYK
RGB Variations
Color information
#9098AF (or 0x9098AF) is known color: Rock Blue. HEX triplet: 90, 98 and AF. RGB value is (144,152,175). Sum of RGB (Red+Green+Blue) = 144+152+175=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #9098AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9098AF is #6F6750. Grayscale: #989898. Windows color (decimal): -7300945 or 11507856. OLE color: 11507856.
HSL color Cylindrical-coordinate representation of color #9098AF: hue angle of 224.52º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9098AF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 152 | 175 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.31 |
| HSL | 224.52º | 0.16% | 0.63% | - |
| HSV(B) | 224.52º | 0.18% | 0.69% | - |
| XYZ | 30.47 | 31.48 | 45.03 | - |
| YUV | 152.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 175 | 0.18 | 0.13 | 0 | 0.31 | 224.52 | 0.16 | 0.63 |
| Hex | 90 | 98 | AF | 12 | D | 0 | 1F | E1 | 10 | 3F |
| Octal | 220 | 230 | 257 | 22 | 15 | 0 | 37 | 341 | 20 | 77 |
| Binary | 10010000 | 10011000 | 10101111 | 10010 | 1101 | 0 | 11111 | 11100001 | 10000 | 111111 |
Color Harmonies of #9098AF
Complementary color
Monochromatic Colors of #9098AF
Black with #9098AF
Text Example
Text Example
White with #9098AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9098AF; }
p { color: rgb(144,152,175); }
H1.HeaderClassName
{
color: #9098AF;
}
.AnyTagClassName
{
color: #9098AF;
}
</style>
background-color css
<style>
a { background-color: #9098AF; }
a { background-color: rgb(144,152,175); }
div.DivClassName
{
background-color: #9098AF;
}
.BgClassName
{
background-color: #9098AF;
}
</style>
border-color css
<style>
span { border-color: #9098AF; }
span { border-color: rgb(144,152,175); }
td.TdClassName
{
border-color: #9098AF;
}
.TagClassName
{
border-color: #9098AF;
}
</style>