Shades of Portage #95A8DC
Tints of Portage #95A8DC
RGB
CMYK
RGB Variations
Color information
#95A8DC (or 0x95A8DC) is known color: Portage. HEX triplet: 95, A8 and DC. RGB value is (149,168,220). Sum of RGB (Red+Green+Blue) = 149+168+220=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #95A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A8DC is #6A5723. Grayscale: #A8A8A8. Windows color (decimal): -6969124 or 14461077. OLE color: 14461077.
HSL color Cylindrical-coordinate representation of color #95A8DC: hue angle of 223.94º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95A8DC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 168 | 220 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.14 |
| HSL | 223.94º | 0.5% | 0.72% | - |
| HSV(B) | 223.94º | 0.32% | 0.86% | - |
| XYZ | 39.32 | 39.56 | 73.27 | - |
| YUV | 168.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 220 | 0.32 | 0.24 | 0 | 0.14 | 223.94 | 0.5 | 0.72 |
| Hex | 95 | A8 | DC | 20 | 18 | 0 | E | E0 | 32 | 48 |
| Octal | 225 | 250 | 334 | 40 | 30 | 0 | 16 | 340 | 62 | 110 |
| Binary | 10010101 | 10101000 | 11011100 | 100000 | 11000 | 0 | 1110 | 11100000 | 110010 | 1001000 |
Color Harmonies of #95A8DC
Complementary color
Monochromatic Colors of #95A8DC
Black with #95A8DC
Text Example
Text Example
White with #95A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A8DC; }
p { color: rgb(149,168,220); }
H1.HeaderClassName
{
color: #95A8DC;
}
.AnyTagClassName
{
color: #95A8DC;
}
</style>
background-color css
<style>
a { background-color: #95A8DC; }
a { background-color: rgb(149,168,220); }
div.DivClassName
{
background-color: #95A8DC;
}
.BgClassName
{
background-color: #95A8DC;
}
</style>
border-color css
<style>
span { border-color: #95A8DC; }
span { border-color: rgb(149,168,220); }
td.TdClassName
{
border-color: #95A8DC;
}
.TagClassName
{
border-color: #95A8DC;
}
</style>