Shades of Portage #99A2D5
Tints of Portage #99A2D5
RGB
CMYK
RGB Variations
Color information
#99A2D5 (or 0x99A2D5) is known color: Portage. HEX triplet: 99, A2 and D5. RGB value is (153,162,213). Sum of RGB (Red+Green+Blue) = 153+162+213=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #99A2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2D5 is #665D2A. Grayscale: #A4A4A4. Windows color (decimal): -6708523 or 14000793. OLE color: 14000793.
HSL color Cylindrical-coordinate representation of color #99A2D5: hue angle of 231º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99A2D5 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 162 | 213 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.16 |
| HSL | 231º | 0.42% | 0.72% | - |
| HSV(B) | 231º | 0.28% | 0.84% | - |
| XYZ | 38.07 | 37.42 | 68.17 | - |
| YUV | 165.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 213 | 0.28 | 0.24 | 0 | 0.16 | 231 | 0.42 | 0.72 |
| Hex | 99 | A2 | D5 | 1C | 18 | 0 | 10 | E7 | 2A | 48 |
| Octal | 231 | 242 | 325 | 34 | 30 | 0 | 20 | 347 | 52 | 110 |
| Binary | 10011001 | 10100010 | 11010101 | 11100 | 11000 | 0 | 10000 | 11100111 | 101010 | 1001000 |
Color Harmonies of #99A2D5
Complementary color
Monochromatic Colors of #99A2D5
Black with #99A2D5
Text Example
Text Example
White with #99A2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2D5; }
p { color: rgb(153,162,213); }
H1.HeaderClassName
{
color: #99A2D5;
}
.AnyTagClassName
{
color: #99A2D5;
}
</style>
background-color css
<style>
a { background-color: #99A2D5; }
a { background-color: rgb(153,162,213); }
div.DivClassName
{
background-color: #99A2D5;
}
.BgClassName
{
background-color: #99A2D5;
}
</style>
border-color css
<style>
span { border-color: #99A2D5; }
span { border-color: rgb(153,162,213); }
td.TdClassName
{
border-color: #99A2D5;
}
.TagClassName
{
border-color: #99A2D5;
}
</style>