Shades of Portage #99A4DC
Tints of Portage #99A4DC
RGB
CMYK
RGB Variations
Color information
#99A4DC (or 0x99A4DC) is known color: Portage. HEX triplet: 99, A4 and DC. RGB value is (153,164,220). Sum of RGB (Red+Green+Blue) = 153+164+220=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #99A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4DC is #665B23. Grayscale: #A6A6A6. Windows color (decimal): -6708004 or 14460057. OLE color: 14460057.
HSL color Cylindrical-coordinate representation of color #99A4DC: hue angle of 230.15º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A4DC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 164 | 220 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.14 |
| HSL | 230.15º | 0.49% | 0.73% | - |
| HSV(B) | 230.15º | 0.3% | 0.86% | - |
| XYZ | 39.33 | 38.49 | 73.07 | - |
| YUV | 167.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 220 | 0.30 | 0.25 | 0 | 0.14 | 230.15 | 0.49 | 0.73 |
| Hex | 99 | A4 | DC | 1E | 19 | 0 | E | E6 | 31 | 49 |
| Octal | 231 | 244 | 334 | 36 | 31 | 0 | 16 | 346 | 61 | 111 |
| Binary | 10011001 | 10100100 | 11011100 | 11110 | 11001 | 0 | 1110 | 11100110 | 110001 | 1001001 |
Color Harmonies of #99A4DC
Complementary color
Monochromatic Colors of #99A4DC
Black with #99A4DC
Text Example
Text Example
White with #99A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4DC; }
p { color: rgb(153,164,220); }
H1.HeaderClassName
{
color: #99A4DC;
}
.AnyTagClassName
{
color: #99A4DC;
}
</style>
background-color css
<style>
a { background-color: #99A4DC; }
a { background-color: rgb(153,164,220); }
div.DivClassName
{
background-color: #99A4DC;
}
.BgClassName
{
background-color: #99A4DC;
}
</style>
border-color css
<style>
span { border-color: #99A4DC; }
span { border-color: rgb(153,164,220); }
td.TdClassName
{
border-color: #99A4DC;
}
.TagClassName
{
border-color: #99A4DC;
}
</style>