Shades of Portage #95A1E1
Tints of Portage #95A1E1
RGB
CMYK
RGB Variations
Color information
#95A1E1 (or 0x95A1E1) is known color: Portage. HEX triplet: 95, A1 and E1. RGB value is (149,161,225). Sum of RGB (Red+Green+Blue) = 149+161+225=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #95A1E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A1E1 is #6A5E1E. Grayscale: #A4A4A4. Windows color (decimal): -6970911 or 14786965. OLE color: 14786965.
HSL color Cylindrical-coordinate representation of color #95A1E1: hue angle of 230.53º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95A1E1 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 161 | 225 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.12 |
| HSL | 230.53º | 0.56% | 0.73% | - |
| HSV(B) | 230.53º | 0.34% | 0.88% | - |
| XYZ | 38.73 | 37.32 | 76.4 | - |
| YUV | 164.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 225 | 0.34 | 0.28 | 0 | 0.12 | 230.53 | 0.56 | 0.73 |
| Hex | 95 | A1 | E1 | 22 | 1C | 0 | C | E7 | 38 | 49 |
| Octal | 225 | 241 | 341 | 42 | 34 | 0 | 14 | 347 | 70 | 111 |
| Binary | 10010101 | 10100001 | 11100001 | 100010 | 11100 | 0 | 1100 | 11100111 | 111000 | 1001001 |
Color Harmonies of #95A1E1
Complementary color
Monochromatic Colors of #95A1E1
Black with #95A1E1
Text Example
Text Example
White with #95A1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A1E1; }
p { color: rgb(149,161,225); }
H1.HeaderClassName
{
color: #95A1E1;
}
.AnyTagClassName
{
color: #95A1E1;
}
</style>
background-color css
<style>
a { background-color: #95A1E1; }
a { background-color: rgb(149,161,225); }
div.DivClassName
{
background-color: #95A1E1;
}
.BgClassName
{
background-color: #95A1E1;
}
</style>
border-color css
<style>
span { border-color: #95A1E1; }
span { border-color: rgb(149,161,225); }
td.TdClassName
{
border-color: #95A1E1;
}
.TagClassName
{
border-color: #95A1E1;
}
</style>