Shades of Portage #95A1DB
Tints of Portage #95A1DB
RGB
CMYK
RGB Variations
Color information
#95A1DB (or 0x95A1DB) is known color: Portage. HEX triplet: 95, A1 and DB. RGB value is (149,161,219). Sum of RGB (Red+Green+Blue) = 149+161+219=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #95A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A1DB is #6A5E24. Grayscale: #A3A3A3. Windows color (decimal): -6970917 or 14393749. OLE color: 14393749.
HSL color Cylindrical-coordinate representation of color #95A1DB: hue angle of 229.71º degrees, saturation: 0.49, 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 #95A1DB is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 161 | 219 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.14 |
| HSL | 229.71º | 0.49% | 0.72% | - |
| HSV(B) | 229.71º | 0.32% | 0.86% | - |
| XYZ | 37.93 | 36.99 | 72.16 | - |
| YUV | 164.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 219 | 0.32 | 0.26 | 0 | 0.14 | 229.71 | 0.49 | 0.72 |
| Hex | 95 | A1 | DB | 20 | 1A | 0 | E | E6 | 31 | 48 |
| Octal | 225 | 241 | 333 | 40 | 32 | 0 | 16 | 346 | 61 | 110 |
| Binary | 10010101 | 10100001 | 11011011 | 100000 | 11010 | 0 | 1110 | 11100110 | 110001 | 1001000 |
Color Harmonies of #95A1DB
Complementary color
Monochromatic Colors of #95A1DB
Black with #95A1DB
Text Example
Text Example
White with #95A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A1DB; }
p { color: rgb(149,161,219); }
H1.HeaderClassName
{
color: #95A1DB;
}
.AnyTagClassName
{
color: #95A1DB;
}
</style>
background-color css
<style>
a { background-color: #95A1DB; }
a { background-color: rgb(149,161,219); }
div.DivClassName
{
background-color: #95A1DB;
}
.BgClassName
{
background-color: #95A1DB;
}
</style>
border-color css
<style>
span { border-color: #95A1DB; }
span { border-color: rgb(149,161,219); }
td.TdClassName
{
border-color: #95A1DB;
}
.TagClassName
{
border-color: #95A1DB;
}
</style>