Shades of Portage #95A0E4
Tints of Portage #95A0E4
RGB
CMYK
RGB Variations
Color information
#95A0E4 (or 0x95A0E4) is known color: Portage. HEX triplet: 95, A0 and E4. RGB value is (149,160,228). Sum of RGB (Red+Green+Blue) = 149+160+228=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #95A0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A0E4 is #6A5F1B. Grayscale: #A4A4A4. Windows color (decimal): -6971164 or 14983317. OLE color: 14983317.
HSL color Cylindrical-coordinate representation of color #95A0E4: hue angle of 231.65º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95A0E4 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 160 | 228 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.11 |
| HSL | 231.65º | 0.59% | 0.74% | - |
| HSV(B) | 231.65º | 0.35% | 0.89% | - |
| XYZ | 38.97 | 37.13 | 78.51 | - |
| YUV | 164.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 228 | 0.35 | 0.30 | 0 | 0.11 | 231.65 | 0.59 | 0.74 |
| Hex | 95 | A0 | E4 | 23 | 1E | 0 | B | E8 | 3B | 4A |
| Octal | 225 | 240 | 344 | 43 | 36 | 0 | 13 | 350 | 73 | 112 |
| Binary | 10010101 | 10100000 | 11100100 | 100011 | 11110 | 0 | 1011 | 11101000 | 111011 | 1001010 |
Color Harmonies of #95A0E4
Complementary color
Monochromatic Colors of #95A0E4
Black with #95A0E4
Text Example
Text Example
White with #95A0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A0E4; }
p { color: rgb(149,160,228); }
H1.HeaderClassName
{
color: #95A0E4;
}
.AnyTagClassName
{
color: #95A0E4;
}
</style>
background-color css
<style>
a { background-color: #95A0E4; }
a { background-color: rgb(149,160,228); }
div.DivClassName
{
background-color: #95A0E4;
}
.BgClassName
{
background-color: #95A0E4;
}
</style>
border-color css
<style>
span { border-color: #95A0E4; }
span { border-color: rgb(149,160,228); }
td.TdClassName
{
border-color: #95A0E4;
}
.TagClassName
{
border-color: #95A0E4;
}
</style>