Shades of Portage #99A4DD
Tints of Portage #99A4DD
RGB
CMYK
RGB Variations
Color information
#99A4DD (or 0x99A4DD) is known color: Portage. HEX triplet: 99, A4 and DD. RGB value is (153,164,221). Sum of RGB (Red+Green+Blue) = 153+164+221=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #99A4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4DD is #665B22. Grayscale: #A6A6A6. Windows color (decimal): -6708003 or 14525593. OLE color: 14525593.
HSL color Cylindrical-coordinate representation of color #99A4DD: hue angle of 230.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99A4DD is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 164 | 221 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.13 |
| HSL | 230.29º | 0.5% | 0.73% | - |
| HSV(B) | 230.29º | 0.31% | 0.87% | - |
| XYZ | 39.46 | 38.54 | 73.77 | - |
| YUV | 167.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 221 | 0.31 | 0.26 | 0 | 0.13 | 230.29 | 0.5 | 0.73 |
| Hex | 99 | A4 | DD | 1F | 1A | 0 | D | E6 | 32 | 49 |
| Octal | 231 | 244 | 335 | 37 | 32 | 0 | 15 | 346 | 62 | 111 |
| Binary | 10011001 | 10100100 | 11011101 | 11111 | 11010 | 0 | 1101 | 11100110 | 110010 | 1001001 |
Color Harmonies of #99A4DD
Complementary color
Monochromatic Colors of #99A4DD
Black with #99A4DD
Text Example
Text Example
White with #99A4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4DD; }
p { color: rgb(153,164,221); }
H1.HeaderClassName
{
color: #99A4DD;
}
.AnyTagClassName
{
color: #99A4DD;
}
</style>
background-color css
<style>
a { background-color: #99A4DD; }
a { background-color: rgb(153,164,221); }
div.DivClassName
{
background-color: #99A4DD;
}
.BgClassName
{
background-color: #99A4DD;
}
</style>
border-color css
<style>
span { border-color: #99A4DD; }
span { border-color: rgb(153,164,221); }
td.TdClassName
{
border-color: #99A4DD;
}
.TagClassName
{
border-color: #99A4DD;
}
</style>