Shades of Rock Blue #99A4C1
Tints of Rock Blue #99A4C1
RGB
CMYK
RGB Variations
Color information
#99A4C1 (or 0x99A4C1) is known color: Rock Blue. HEX triplet: 99, A4 and C1. RGB value is (153,164,193). Sum of RGB (Red+Green+Blue) = 153+164+193=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #99A4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4C1 is #665B3E. Grayscale: #A3A3A3. Windows color (decimal): -6708031 or 12690585. OLE color: 12690585.
HSL color Cylindrical-coordinate representation of color #99A4C1: hue angle of 223.5º 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 #99A4C1 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 164 | 193 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.24 |
| HSL | 223.5º | 0.24% | 0.68% | - |
| HSV(B) | 223.5º | 0.21% | 0.76% | - |
| XYZ | 36.04 | 37.17 | 55.73 | - |
| YUV | 164.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 193 | 0.21 | 0.15 | 0 | 0.24 | 223.5 | 0.24 | 0.68 |
| Hex | 99 | A4 | C1 | 15 | F | 0 | 18 | E0 | 18 | 44 |
| Octal | 231 | 244 | 301 | 25 | 17 | 0 | 30 | 340 | 30 | 104 |
| Binary | 10011001 | 10100100 | 11000001 | 10101 | 1111 | 0 | 11000 | 11100000 | 11000 | 1000100 |
Color Harmonies of #99A4C1
Complementary color
Monochromatic Colors of #99A4C1
Black with #99A4C1
Text Example
Text Example
White with #99A4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4C1; }
p { color: rgb(153,164,193); }
H1.HeaderClassName
{
color: #99A4C1;
}
.AnyTagClassName
{
color: #99A4C1;
}
</style>
background-color css
<style>
a { background-color: #99A4C1; }
a { background-color: rgb(153,164,193); }
div.DivClassName
{
background-color: #99A4C1;
}
.BgClassName
{
background-color: #99A4C1;
}
</style>
border-color css
<style>
span { border-color: #99A4C1; }
span { border-color: rgb(153,164,193); }
td.TdClassName
{
border-color: #99A4C1;
}
.TagClassName
{
border-color: #99A4C1;
}
</style>