Shades of Portage #95A7DD
Tints of Portage #95A7DD
RGB
CMYK
RGB Variations
Color information
#95A7DD (or 0x95A7DD) is known color: Portage. HEX triplet: 95, A7 and DD. RGB value is (149,167,221). Sum of RGB (Red+Green+Blue) = 149+167+221=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #95A7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A7DD is #6A5822. Grayscale: #A7A7A7. Windows color (decimal): -6969379 or 14526357. OLE color: 14526357.
HSL color Cylindrical-coordinate representation of color #95A7DD: hue angle of 225º 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 #95A7DD is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 167 | 221 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.13 |
| HSL | 225º | 0.51% | 0.73% | - |
| HSV(B) | 225º | 0.33% | 0.87% | - |
| XYZ | 39.26 | 39.25 | 73.91 | - |
| YUV | 167.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 167 | 221 | 0.33 | 0.24 | 0 | 0.13 | 225 | 0.51 | 0.73 |
| Hex | 95 | A7 | DD | 21 | 18 | 0 | D | E1 | 33 | 49 |
| Octal | 225 | 247 | 335 | 41 | 30 | 0 | 15 | 341 | 63 | 111 |
| Binary | 10010101 | 10100111 | 11011101 | 100001 | 11000 | 0 | 1101 | 11100001 | 110011 | 1001001 |
Color Harmonies of #95A7DD
Complementary color
Monochromatic Colors of #95A7DD
Black with #95A7DD
Text Example
Text Example
White with #95A7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A7DD; }
p { color: rgb(149,167,221); }
H1.HeaderClassName
{
color: #95A7DD;
}
.AnyTagClassName
{
color: #95A7DD;
}
</style>
background-color css
<style>
a { background-color: #95A7DD; }
a { background-color: rgb(149,167,221); }
div.DivClassName
{
background-color: #95A7DD;
}
.BgClassName
{
background-color: #95A7DD;
}
</style>
border-color css
<style>
span { border-color: #95A7DD; }
span { border-color: rgb(149,167,221); }
td.TdClassName
{
border-color: #95A7DD;
}
.TagClassName
{
border-color: #95A7DD;
}
</style>