Shades of Portage #99A6DF
Tints of Portage #99A6DF
RGB
CMYK
RGB Variations
Color information
#99A6DF (or 0x99A6DF) is known color: Portage. HEX triplet: 99, A6 and DF. RGB value is (153,166,223). Sum of RGB (Red+Green+Blue) = 153+166+223=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #99A6DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A6DF is #665920. Grayscale: #A8A8A8. Windows color (decimal): -6707489 or 14657177. OLE color: 14657177.
HSL color Cylindrical-coordinate representation of color #99A6DF: hue angle of 228.86º 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 #99A6DF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 166 | 223 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.13 |
| HSL | 228.86º | 0.52% | 0.74% | - |
| HSV(B) | 228.86º | 0.31% | 0.87% | - |
| XYZ | 40.09 | 39.37 | 75.3 | - |
| YUV | 168.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 223 | 0.31 | 0.26 | 0 | 0.13 | 228.86 | 0.52 | 0.74 |
| Hex | 99 | A6 | DF | 1F | 1A | 0 | D | E5 | 34 | 4A |
| Octal | 231 | 246 | 337 | 37 | 32 | 0 | 15 | 345 | 64 | 112 |
| Binary | 10011001 | 10100110 | 11011111 | 11111 | 11010 | 0 | 1101 | 11100101 | 110100 | 1001010 |
Color Harmonies of #99A6DF
Complementary color
Monochromatic Colors of #99A6DF
Black with #99A6DF
Text Example
Text Example
White with #99A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A6DF; }
p { color: rgb(153,166,223); }
H1.HeaderClassName
{
color: #99A6DF;
}
.AnyTagClassName
{
color: #99A6DF;
}
</style>
background-color css
<style>
a { background-color: #99A6DF; }
a { background-color: rgb(153,166,223); }
div.DivClassName
{
background-color: #99A6DF;
}
.BgClassName
{
background-color: #99A6DF;
}
</style>
border-color css
<style>
span { border-color: #99A6DF; }
span { border-color: rgb(153,166,223); }
td.TdClassName
{
border-color: #99A6DF;
}
.TagClassName
{
border-color: #99A6DF;
}
</style>