Shades of Portage #95A9DD
Tints of Portage #95A9DD
RGB
CMYK
RGB Variations
Color information
#95A9DD (or 0x95A9DD) is known color: Portage. HEX triplet: 95, A9 and DD. RGB value is (149,169,221). Sum of RGB (Red+Green+Blue) = 149+169+221=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #95A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A9DD is #6A5622. Grayscale: #A8A8A8. Windows color (decimal): -6968867 or 14526869. OLE color: 14526869.
HSL color Cylindrical-coordinate representation of color #95A9DD: hue angle of 223.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95A9DD is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 169 | 221 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.13 |
| HSL | 223.33º | 0.51% | 0.73% | - |
| HSV(B) | 223.33º | 0.33% | 0.87% | - |
| XYZ | 39.63 | 39.99 | 74.04 | - |
| YUV | 168.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 169 | 221 | 0.33 | 0.24 | 0 | 0.13 | 223.33 | 0.51 | 0.73 |
| Hex | 95 | A9 | DD | 21 | 18 | 0 | D | DF | 33 | 49 |
| Octal | 225 | 251 | 335 | 41 | 30 | 0 | 15 | 337 | 63 | 111 |
| Binary | 10010101 | 10101001 | 11011101 | 100001 | 11000 | 0 | 1101 | 11011111 | 110011 | 1001001 |
Color Harmonies of #95A9DD
Complementary color
Monochromatic Colors of #95A9DD
Black with #95A9DD
Text Example
Text Example
White with #95A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A9DD; }
p { color: rgb(149,169,221); }
H1.HeaderClassName
{
color: #95A9DD;
}
.AnyTagClassName
{
color: #95A9DD;
}
</style>
background-color css
<style>
a { background-color: #95A9DD; }
a { background-color: rgb(149,169,221); }
div.DivClassName
{
background-color: #95A9DD;
}
.BgClassName
{
background-color: #95A9DD;
}
</style>
border-color css
<style>
span { border-color: #95A9DD; }
span { border-color: rgb(149,169,221); }
td.TdClassName
{
border-color: #95A9DD;
}
.TagClassName
{
border-color: #95A9DD;
}
</style>