Shades of Portage #99A2DF
Tints of Portage #99A2DF
RGB
CMYK
RGB Variations
Color information
#99A2DF (or 0x99A2DF) is known color: Portage. HEX triplet: 99, A2 and DF. RGB value is (153,162,223). Sum of RGB (Red+Green+Blue) = 153+162+223=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #99A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2DF is #665D20. Grayscale: #A6A6A6. Windows color (decimal): -6708513 or 14656153. OLE color: 14656153.
HSL color Cylindrical-coordinate representation of color #99A2DF: hue angle of 232.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99A2DF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 162 | 223 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.13 |
| HSL | 232.29º | 0.52% | 0.74% | - |
| HSV(B) | 232.29º | 0.31% | 0.87% | - |
| XYZ | 39.38 | 37.94 | 75.06 | - |
| YUV | 166.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 223 | 0.31 | 0.27 | 0 | 0.13 | 232.29 | 0.52 | 0.74 |
| Hex | 99 | A2 | DF | 1F | 1B | 0 | D | E8 | 34 | 4A |
| Octal | 231 | 242 | 337 | 37 | 33 | 0 | 15 | 350 | 64 | 112 |
| Binary | 10011001 | 10100010 | 11011111 | 11111 | 11011 | 0 | 1101 | 11101000 | 110100 | 1001010 |
Color Harmonies of #99A2DF
Complementary color
Monochromatic Colors of #99A2DF
Black with #99A2DF
Text Example
Text Example
White with #99A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2DF; }
p { color: rgb(153,162,223); }
H1.HeaderClassName
{
color: #99A2DF;
}
.AnyTagClassName
{
color: #99A2DF;
}
</style>
background-color css
<style>
a { background-color: #99A2DF; }
a { background-color: rgb(153,162,223); }
div.DivClassName
{
background-color: #99A2DF;
}
.BgClassName
{
background-color: #99A2DF;
}
</style>
border-color css
<style>
span { border-color: #99A2DF; }
span { border-color: rgb(153,162,223); }
td.TdClassName
{
border-color: #99A2DF;
}
.TagClassName
{
border-color: #99A2DF;
}
</style>