Shades of Portage #99A5DE
Tints of Portage #99A5DE
RGB
CMYK
RGB Variations
Color information
#99A5DE (or 0x99A5DE) is known color: Portage. HEX triplet: 99, A5 and DE. RGB value is (153,165,222). Sum of RGB (Red+Green+Blue) = 153+165+222=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #99A5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5DE is #665A21. Grayscale: #A7A7A7. Windows color (decimal): -6707746 or 14591385. OLE color: 14591385.
HSL color Cylindrical-coordinate representation of color #99A5DE: hue angle of 229.57º degrees, saturation: 0.51, 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 #99A5DE is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 165 | 222 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.13 |
| HSL | 229.57º | 0.51% | 0.74% | - |
| HSV(B) | 229.57º | 0.31% | 0.87% | - |
| XYZ | 39.78 | 38.96 | 74.53 | - |
| YUV | 167.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 222 | 0.31 | 0.26 | 0 | 0.13 | 229.57 | 0.51 | 0.74 |
| Hex | 99 | A5 | DE | 1F | 1A | 0 | D | E6 | 33 | 4A |
| Octal | 231 | 245 | 336 | 37 | 32 | 0 | 15 | 346 | 63 | 112 |
| Binary | 10011001 | 10100101 | 11011110 | 11111 | 11010 | 0 | 1101 | 11100110 | 110011 | 1001010 |
Color Harmonies of #99A5DE
Complementary color
Monochromatic Colors of #99A5DE
Black with #99A5DE
Text Example
Text Example
White with #99A5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5DE; }
p { color: rgb(153,165,222); }
H1.HeaderClassName
{
color: #99A5DE;
}
.AnyTagClassName
{
color: #99A5DE;
}
</style>
background-color css
<style>
a { background-color: #99A5DE; }
a { background-color: rgb(153,165,222); }
div.DivClassName
{
background-color: #99A5DE;
}
.BgClassName
{
background-color: #99A5DE;
}
</style>
border-color css
<style>
span { border-color: #99A5DE; }
span { border-color: rgb(153,165,222); }
td.TdClassName
{
border-color: #99A5DE;
}
.TagClassName
{
border-color: #99A5DE;
}
</style>