Shades of Portage #95A0DC
Tints of Portage #95A0DC
RGB
CMYK
RGB Variations
Color information
#95A0DC (or 0x95A0DC) is known color: Portage. HEX triplet: 95, A0 and DC. RGB value is (149,160,220). Sum of RGB (Red+Green+Blue) = 149+160+220=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #95A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A0DC is #6A5F23. Grayscale: #A3A3A3. Windows color (decimal): -6971172 or 14459029. OLE color: 14459029.
HSL color Cylindrical-coordinate representation of color #95A0DC: hue angle of 230.7º 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 #95A0DC is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 160 | 220 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.14 |
| HSL | 230.7º | 0.5% | 0.72% | - |
| HSV(B) | 230.7º | 0.32% | 0.86% | - |
| XYZ | 37.88 | 36.7 | 72.8 | - |
| YUV | 163.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 220 | 0.32 | 0.27 | 0 | 0.14 | 230.7 | 0.5 | 0.72 |
| Hex | 95 | A0 | DC | 20 | 1B | 0 | E | E7 | 32 | 48 |
| Octal | 225 | 240 | 334 | 40 | 33 | 0 | 16 | 347 | 62 | 110 |
| Binary | 10010101 | 10100000 | 11011100 | 100000 | 11011 | 0 | 1110 | 11100111 | 110010 | 1001000 |
Color Harmonies of #95A0DC
Complementary color
Monochromatic Colors of #95A0DC
Black with #95A0DC
Text Example
Text Example
White with #95A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A0DC; }
p { color: rgb(149,160,220); }
H1.HeaderClassName
{
color: #95A0DC;
}
.AnyTagClassName
{
color: #95A0DC;
}
</style>
background-color css
<style>
a { background-color: #95A0DC; }
a { background-color: rgb(149,160,220); }
div.DivClassName
{
background-color: #95A0DC;
}
.BgClassName
{
background-color: #95A0DC;
}
</style>
border-color css
<style>
span { border-color: #95A0DC; }
span { border-color: rgb(149,160,220); }
td.TdClassName
{
border-color: #95A0DC;
}
.TagClassName
{
border-color: #95A0DC;
}
</style>