Shades of Portage #95A2D9
Tints of Portage #95A2D9
RGB
CMYK
RGB Variations
Color information
#95A2D9 (or 0x95A2D9) is known color: Portage. HEX triplet: 95, A2 and D9. RGB value is (149,162,217). Sum of RGB (Red+Green+Blue) = 149+162+217=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #95A2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A2D9 is #6A5D26. Grayscale: #A4A4A4. Windows color (decimal): -6970663 or 14262933. OLE color: 14262933.
HSL color Cylindrical-coordinate representation of color #95A2D9: hue angle of 228.53º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95A2D9 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 162 | 217 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.15 |
| HSL | 228.53º | 0.47% | 0.72% | - |
| HSV(B) | 228.53º | 0.31% | 0.85% | - |
| XYZ | 37.84 | 37.24 | 70.84 | - |
| YUV | 164.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 217 | 0.31 | 0.25 | 0 | 0.15 | 228.53 | 0.47 | 0.72 |
| Hex | 95 | A2 | D9 | 1F | 19 | 0 | F | E5 | 2F | 48 |
| Octal | 225 | 242 | 331 | 37 | 31 | 0 | 17 | 345 | 57 | 110 |
| Binary | 10010101 | 10100010 | 11011001 | 11111 | 11001 | 0 | 1111 | 11100101 | 101111 | 1001000 |
Color Harmonies of #95A2D9
Complementary color
Monochromatic Colors of #95A2D9
Black with #95A2D9
Text Example
Text Example
White with #95A2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A2D9; }
p { color: rgb(149,162,217); }
H1.HeaderClassName
{
color: #95A2D9;
}
.AnyTagClassName
{
color: #95A2D9;
}
</style>
background-color css
<style>
a { background-color: #95A2D9; }
a { background-color: rgb(149,162,217); }
div.DivClassName
{
background-color: #95A2D9;
}
.BgClassName
{
background-color: #95A2D9;
}
</style>
border-color css
<style>
span { border-color: #95A2D9; }
span { border-color: rgb(149,162,217); }
td.TdClassName
{
border-color: #95A2D9;
}
.TagClassName
{
border-color: #95A2D9;
}
</style>