Shades of Rock Blue #9099C0
Tints of Rock Blue #9099C0
RGB
CMYK
RGB Variations
Color information
#9099C0 (or 0x9099C0) is known color: Rock Blue. HEX triplet: 90, 99 and C0. RGB value is (144,153,192). Sum of RGB (Red+Green+Blue) = 144+153+192=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #9099C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099C0 is #6F663F. Grayscale: #9A9A9A. Windows color (decimal): -7300672 or 12622224. OLE color: 12622224.
HSL color Cylindrical-coordinate representation of color #9099C0: hue angle of 228.75º degrees, saturation: 0.28, 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 #9099C0 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 153 | 192 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.25 |
| HSL | 228.75º | 0.28% | 0.66% | - |
| HSV(B) | 228.75º | 0.25% | 0.75% | - |
| XYZ | 32.41 | 32.52 | 54.44 | - |
| YUV | 154.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 192 | 0.25 | 0.20 | 0 | 0.25 | 228.75 | 0.28 | 0.66 |
| Hex | 90 | 99 | C0 | 19 | 14 | 0 | 19 | E5 | 1C | 42 |
| Octal | 220 | 231 | 300 | 31 | 24 | 0 | 31 | 345 | 34 | 102 |
| Binary | 10010000 | 10011001 | 11000000 | 11001 | 10100 | 0 | 11001 | 11100101 | 11100 | 1000010 |
Color Harmonies of #9099C0
Complementary color
Monochromatic Colors of #9099C0
Black with #9099C0
Text Example
Text Example
White with #9099C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099C0; }
p { color: rgb(144,153,192); }
H1.HeaderClassName
{
color: #9099C0;
}
.AnyTagClassName
{
color: #9099C0;
}
</style>
background-color css
<style>
a { background-color: #9099C0; }
a { background-color: rgb(144,153,192); }
div.DivClassName
{
background-color: #9099C0;
}
.BgClassName
{
background-color: #9099C0;
}
</style>
border-color css
<style>
span { border-color: #9099C0; }
span { border-color: rgb(144,153,192); }
td.TdClassName
{
border-color: #9099C0;
}
.TagClassName
{
border-color: #9099C0;
}
</style>