Shades of Portage #95A4DC
Tints of Portage #95A4DC
RGB
CMYK
RGB Variations
Color information
#95A4DC (or 0x95A4DC) is known color: Portage. HEX triplet: 95, A4 and DC. RGB value is (149,164,220). Sum of RGB (Red+Green+Blue) = 149+164+220=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #95A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A4DC is #6A5B23. Grayscale: #A5A5A5. Windows color (decimal): -6970148 or 14460053. OLE color: 14460053.
HSL color Cylindrical-coordinate representation of color #95A4DC: hue angle of 227.32º 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 #95A4DC is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 164 | 220 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.14 |
| HSL | 227.32º | 0.5% | 0.72% | - |
| HSV(B) | 227.32º | 0.32% | 0.86% | - |
| XYZ | 38.59 | 38.11 | 73.03 | - |
| YUV | 165.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 164 | 220 | 0.32 | 0.25 | 0 | 0.14 | 227.32 | 0.5 | 0.72 |
| Hex | 95 | A4 | DC | 20 | 19 | 0 | E | E3 | 32 | 48 |
| Octal | 225 | 244 | 334 | 40 | 31 | 0 | 16 | 343 | 62 | 110 |
| Binary | 10010101 | 10100100 | 11011100 | 100000 | 11001 | 0 | 1110 | 11100011 | 110010 | 1001000 |
Color Harmonies of #95A4DC
Complementary color
Monochromatic Colors of #95A4DC
Black with #95A4DC
Text Example
Text Example
White with #95A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A4DC; }
p { color: rgb(149,164,220); }
H1.HeaderClassName
{
color: #95A4DC;
}
.AnyTagClassName
{
color: #95A4DC;
}
</style>
background-color css
<style>
a { background-color: #95A4DC; }
a { background-color: rgb(149,164,220); }
div.DivClassName
{
background-color: #95A4DC;
}
.BgClassName
{
background-color: #95A4DC;
}
</style>
border-color css
<style>
span { border-color: #95A4DC; }
span { border-color: rgb(149,164,220); }
td.TdClassName
{
border-color: #95A4DC;
}
.TagClassName
{
border-color: #95A4DC;
}
</style>