Shades of Portage #95A2D8
Tints of Portage #95A2D8
RGB
CMYK
RGB Variations
Color information
#95A2D8 (or 0x95A2D8) is known color: Portage. HEX triplet: 95, A2 and D8. RGB value is (149,162,216). Sum of RGB (Red+Green+Blue) = 149+162+216=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #95A2D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A2D8 is #6A5D27. Grayscale: #A4A4A4. Windows color (decimal): -6970664 or 14197397. OLE color: 14197397.
HSL color Cylindrical-coordinate representation of color #95A2D8: hue angle of 228.36º degrees, saturation: 0.46, 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 #95A2D8 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 162 | 216 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.15 |
| HSL | 228.36º | 0.46% | 0.72% | - |
| HSV(B) | 228.36º | 0.31% | 0.85% | - |
| XYZ | 37.71 | 37.19 | 70.16 | - |
| YUV | 164.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 216 | 0.31 | 0.25 | 0 | 0.15 | 228.36 | 0.46 | 0.72 |
| Hex | 95 | A2 | D8 | 1F | 19 | 0 | F | E4 | 2E | 48 |
| Octal | 225 | 242 | 330 | 37 | 31 | 0 | 17 | 344 | 56 | 110 |
| Binary | 10010101 | 10100010 | 11011000 | 11111 | 11001 | 0 | 1111 | 11100100 | 101110 | 1001000 |
Color Harmonies of #95A2D8
Complementary color
Monochromatic Colors of #95A2D8
Black with #95A2D8
Text Example
Text Example
White with #95A2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A2D8; }
p { color: rgb(149,162,216); }
H1.HeaderClassName
{
color: #95A2D8;
}
.AnyTagClassName
{
color: #95A2D8;
}
</style>
background-color css
<style>
a { background-color: #95A2D8; }
a { background-color: rgb(149,162,216); }
div.DivClassName
{
background-color: #95A2D8;
}
.BgClassName
{
background-color: #95A2D8;
}
</style>
border-color css
<style>
span { border-color: #95A2D8; }
span { border-color: rgb(149,162,216); }
td.TdClassName
{
border-color: #95A2D8;
}
.TagClassName
{
border-color: #95A2D8;
}
</style>