Shades of Rock Blue #99A7C1
Tints of Rock Blue #99A7C1
RGB
CMYK
RGB Variations
Color information
#99A7C1 (or 0x99A7C1) is known color: Rock Blue. HEX triplet: 99, A7 and C1. RGB value is (153,167,193). Sum of RGB (Red+Green+Blue) = 153+167+193=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #99A7C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A7C1 is #66583E. Grayscale: #A5A5A5. Windows color (decimal): -6707263 or 12691353. OLE color: 12691353.
HSL color Cylindrical-coordinate representation of color #99A7C1: hue angle of 219º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99A7C1 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 167 | 193 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.24 |
| HSL | 219º | 0.24% | 0.68% | - |
| HSV(B) | 219º | 0.21% | 0.76% | - |
| XYZ | 36.58 | 38.26 | 55.91 | - |
| YUV | 165.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 193 | 0.21 | 0.13 | 0 | 0.24 | 219 | 0.24 | 0.68 |
| Hex | 99 | A7 | C1 | 15 | D | 0 | 18 | DB | 18 | 44 |
| Octal | 231 | 247 | 301 | 25 | 15 | 0 | 30 | 333 | 30 | 104 |
| Binary | 10011001 | 10100111 | 11000001 | 10101 | 1101 | 0 | 11000 | 11011011 | 11000 | 1000100 |
Color Harmonies of #99A7C1
Complementary color
Monochromatic Colors of #99A7C1
Black with #99A7C1
Text Example
Text Example
White with #99A7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A7C1; }
p { color: rgb(153,167,193); }
H1.HeaderClassName
{
color: #99A7C1;
}
.AnyTagClassName
{
color: #99A7C1;
}
</style>
background-color css
<style>
a { background-color: #99A7C1; }
a { background-color: rgb(153,167,193); }
div.DivClassName
{
background-color: #99A7C1;
}
.BgClassName
{
background-color: #99A7C1;
}
</style>
border-color css
<style>
span { border-color: #99A7C1; }
span { border-color: rgb(153,167,193); }
td.TdClassName
{
border-color: #99A7C1;
}
.TagClassName
{
border-color: #99A7C1;
}
</style>