Shades of Portage #95A2CE
Tints of Portage #95A2CE
RGB
CMYK
RGB Variations
Color information
#95A2CE (or 0x95A2CE) is known color: Portage. HEX triplet: 95, A2 and CE. RGB value is (149,162,206). Sum of RGB (Red+Green+Blue) = 149+162+206=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #95A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A2CE is #6A5D31. Grayscale: #A2A2A2. Windows color (decimal): -6970674 or 13542037. OLE color: 13542037.
HSL color Cylindrical-coordinate representation of color #95A2CE: hue angle of 226.32º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95A2CE is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 162 | 206 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.19 |
| HSL | 226.32º | 0.37% | 0.7% | - |
| HSV(B) | 226.32º | 0.28% | 0.81% | - |
| XYZ | 36.46 | 36.69 | 63.55 | - |
| YUV | 163.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 206 | 0.28 | 0.21 | 0 | 0.19 | 226.32 | 0.37 | 0.7 |
| Hex | 95 | A2 | CE | 1C | 15 | 0 | 13 | E2 | 25 | 46 |
| Octal | 225 | 242 | 316 | 34 | 25 | 0 | 23 | 342 | 45 | 106 |
| Binary | 10010101 | 10100010 | 11001110 | 11100 | 10101 | 0 | 10011 | 11100010 | 100101 | 1000110 |
Color Harmonies of #95A2CE
Complementary color
Monochromatic Colors of #95A2CE
Black with #95A2CE
Text Example
Text Example
White with #95A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A2CE; }
p { color: rgb(149,162,206); }
H1.HeaderClassName
{
color: #95A2CE;
}
.AnyTagClassName
{
color: #95A2CE;
}
</style>
background-color css
<style>
a { background-color: #95A2CE; }
a { background-color: rgb(149,162,206); }
div.DivClassName
{
background-color: #95A2CE;
}
.BgClassName
{
background-color: #95A2CE;
}
</style>
border-color css
<style>
span { border-color: #95A2CE; }
span { border-color: rgb(149,162,206); }
td.TdClassName
{
border-color: #95A2CE;
}
.TagClassName
{
border-color: #95A2CE;
}
</style>