Shades of Portage #95A1E6
Tints of Portage #95A1E6
RGB
CMYK
RGB Variations
Color information
#95A1E6 (or 0x95A1E6) is known color: Portage. HEX triplet: 95, A1 and E6. RGB value is (149,161,230). Sum of RGB (Red+Green+Blue) = 149+161+230=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #95A1E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A1E6 is #6A5E19. Grayscale: #A4A4A4. Windows color (decimal): -6970906 or 15114645. OLE color: 15114645.
HSL color Cylindrical-coordinate representation of color #95A1E6: hue angle of 231.11º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95A1E6 is Cyan = 0.35, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 161 | 230 | - |
| CMYK | 0.35 | 0.3 | 0 | 0.10 |
| HSL | 231.11º | 0.62% | 0.74% | - |
| HSV(B) | 231.11º | 0.35% | 0.9% | - |
| XYZ | 39.42 | 37.59 | 80.04 | - |
| YUV | 165.28 | 164.52 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 230 | 0.35 | 0.3 | 0 | 0.10 | 231.11 | 0.62 | 0.74 |
| Hex | 95 | A1 | E6 | 23 | 1E | 0 | A | E7 | 3E | 4A |
| Octal | 225 | 241 | 346 | 43 | 36 | 0 | 12 | 347 | 76 | 112 |
| Binary | 10010101 | 10100001 | 11100110 | 100011 | 11110 | 0 | 1010 | 11100111 | 111110 | 1001010 |
Color Harmonies of #95A1E6
Complementary color
Monochromatic Colors of #95A1E6
Black with #95A1E6
Text Example
Text Example
White with #95A1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A1E6; }
p { color: rgb(149,161,230); }
H1.HeaderClassName
{
color: #95A1E6;
}
.AnyTagClassName
{
color: #95A1E6;
}
</style>
background-color css
<style>
a { background-color: #95A1E6; }
a { background-color: rgb(149,161,230); }
div.DivClassName
{
background-color: #95A1E6;
}
.BgClassName
{
background-color: #95A1E6;
}
</style>
border-color css
<style>
span { border-color: #95A1E6; }
span { border-color: rgb(149,161,230); }
td.TdClassName
{
border-color: #95A1E6;
}
.TagClassName
{
border-color: #95A1E6;
}
</style>