Shades of Rock Blue #9099BF
Tints of Rock Blue #9099BF
RGB
CMYK
RGB Variations
Color information
#9099BF (or 0x9099BF) is known color: Rock Blue. HEX triplet: 90, 99 and BF. RGB value is (144,153,191). Sum of RGB (Red+Green+Blue) = 144+153+191=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #9099BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099BF is #6F6640. Grayscale: #9A9A9A. Windows color (decimal): -7300673 or 12556688. OLE color: 12556688.
HSL color Cylindrical-coordinate representation of color #9099BF: hue angle of 228.51º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9099BF is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 153 | 191 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.25 |
| HSL | 228.51º | 0.27% | 0.66% | - |
| HSV(B) | 228.51º | 0.25% | 0.75% | - |
| XYZ | 32.3 | 32.47 | 53.86 | - |
| YUV | 154.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 191 | 0.25 | 0.20 | 0 | 0.25 | 228.51 | 0.27 | 0.66 |
| Hex | 90 | 99 | BF | 19 | 14 | 0 | 19 | E5 | 1B | 42 |
| Octal | 220 | 231 | 277 | 31 | 24 | 0 | 31 | 345 | 33 | 102 |
| Binary | 10010000 | 10011001 | 10111111 | 11001 | 10100 | 0 | 11001 | 11100101 | 11011 | 1000010 |
Color Harmonies of #9099BF
Complementary color
Monochromatic Colors of #9099BF
Black with #9099BF
Text Example
Text Example
White with #9099BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099BF; }
p { color: rgb(144,153,191); }
H1.HeaderClassName
{
color: #9099BF;
}
.AnyTagClassName
{
color: #9099BF;
}
</style>
background-color css
<style>
a { background-color: #9099BF; }
a { background-color: rgb(144,153,191); }
div.DivClassName
{
background-color: #9099BF;
}
.BgClassName
{
background-color: #9099BF;
}
</style>
border-color css
<style>
span { border-color: #9099BF; }
span { border-color: rgb(144,153,191); }
td.TdClassName
{
border-color: #9099BF;
}
.TagClassName
{
border-color: #9099BF;
}
</style>