Shades of Portage #95A3CE
Tints of Portage #95A3CE
RGB
CMYK
RGB Variations
Color information
#95A3CE (or 0x95A3CE) is known color: Portage. HEX triplet: 95, A3 and CE. RGB value is (149,163,206). Sum of RGB (Red+Green+Blue) = 149+163+206=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #95A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A3CE is #6A5C31. Grayscale: #A3A3A3. Windows color (decimal): -6970418 or 13542293. OLE color: 13542293.
HSL color Cylindrical-coordinate representation of color #95A3CE: hue angle of 225.26º 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 #95A3CE is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 163 | 206 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.19 |
| HSL | 225.26º | 0.37% | 0.7% | - |
| HSV(B) | 225.26º | 0.28% | 0.81% | - |
| XYZ | 36.63 | 37.04 | 63.61 | - |
| YUV | 163.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 206 | 0.28 | 0.21 | 0 | 0.19 | 225.26 | 0.37 | 0.7 |
| Hex | 95 | A3 | CE | 1C | 15 | 0 | 13 | E1 | 25 | 46 |
| Octal | 225 | 243 | 316 | 34 | 25 | 0 | 23 | 341 | 45 | 106 |
| Binary | 10010101 | 10100011 | 11001110 | 11100 | 10101 | 0 | 10011 | 11100001 | 100101 | 1000110 |
Color Harmonies of #95A3CE
Complementary color
Monochromatic Colors of #95A3CE
Black with #95A3CE
Text Example
Text Example
White with #95A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A3CE; }
p { color: rgb(149,163,206); }
H1.HeaderClassName
{
color: #95A3CE;
}
.AnyTagClassName
{
color: #95A3CE;
}
</style>
background-color css
<style>
a { background-color: #95A3CE; }
a { background-color: rgb(149,163,206); }
div.DivClassName
{
background-color: #95A3CE;
}
.BgClassName
{
background-color: #95A3CE;
}
</style>
border-color css
<style>
span { border-color: #95A3CE; }
span { border-color: rgb(149,163,206); }
td.TdClassName
{
border-color: #95A3CE;
}
.TagClassName
{
border-color: #95A3CE;
}
</style>