Shades of Portage #99A7DF
Tints of Portage #99A7DF
RGB
CMYK
RGB Variations
Color information
#99A7DF (or 0x99A7DF) is known color: Portage. HEX triplet: 99, A7 and DF. RGB value is (153,167,223). Sum of RGB (Red+Green+Blue) = 153+167+223=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #99A7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A7DF is #665820. Grayscale: #A8A8A8. Windows color (decimal): -6707233 or 14657433. OLE color: 14657433.
HSL color Cylindrical-coordinate representation of color #99A7DF: hue angle of 228º 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 #99A7DF is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 167 | 223 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.13 |
| HSL | 228º | 0.52% | 0.74% | - |
| HSV(B) | 228º | 0.31% | 0.87% | - |
| XYZ | 40.27 | 39.74 | 75.36 | - |
| YUV | 169.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 223 | 0.31 | 0.25 | 0 | 0.13 | 228 | 0.52 | 0.74 |
| Hex | 99 | A7 | DF | 1F | 19 | 0 | D | E4 | 34 | 4A |
| Octal | 231 | 247 | 337 | 37 | 31 | 0 | 15 | 344 | 64 | 112 |
| Binary | 10011001 | 10100111 | 11011111 | 11111 | 11001 | 0 | 1101 | 11100100 | 110100 | 1001010 |
Color Harmonies of #99A7DF
Complementary color
Monochromatic Colors of #99A7DF
Black with #99A7DF
Text Example
Text Example
White with #99A7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A7DF; }
p { color: rgb(153,167,223); }
H1.HeaderClassName
{
color: #99A7DF;
}
.AnyTagClassName
{
color: #99A7DF;
}
</style>
background-color css
<style>
a { background-color: #99A7DF; }
a { background-color: rgb(153,167,223); }
div.DivClassName
{
background-color: #99A7DF;
}
.BgClassName
{
background-color: #99A7DF;
}
</style>
border-color css
<style>
span { border-color: #99A7DF; }
span { border-color: rgb(153,167,223); }
td.TdClassName
{
border-color: #99A7DF;
}
.TagClassName
{
border-color: #99A7DF;
}
</style>