Shades of Portage #95A3DF
Tints of Portage #95A3DF
RGB
CMYK
RGB Variations
Color information
#95A3DF (or 0x95A3DF) is known color: Portage. HEX triplet: 95, A3 and DF. RGB value is (149,163,223). Sum of RGB (Red+Green+Blue) = 149+163+223=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #95A3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A3DF is #6A5C20. Grayscale: #A5A5A5. Windows color (decimal): -6970401 or 14656405. OLE color: 14656405.
HSL color Cylindrical-coordinate representation of color #95A3DF: hue angle of 228.65º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95A3DF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 163 | 223 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.13 |
| HSL | 228.65º | 0.54% | 0.73% | - |
| HSV(B) | 228.65º | 0.33% | 0.87% | - |
| XYZ | 38.81 | 37.91 | 75.08 | - |
| YUV | 165.65 | 160.36 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 223 | 0.33 | 0.27 | 0 | 0.13 | 228.65 | 0.54 | 0.73 |
| Hex | 95 | A3 | DF | 21 | 1B | 0 | D | E5 | 36 | 49 |
| Octal | 225 | 243 | 337 | 41 | 33 | 0 | 15 | 345 | 66 | 111 |
| Binary | 10010101 | 10100011 | 11011111 | 100001 | 11011 | 0 | 1101 | 11100101 | 110110 | 1001001 |
Color Harmonies of #95A3DF
Complementary color
Monochromatic Colors of #95A3DF
Black with #95A3DF
Text Example
Text Example
White with #95A3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A3DF; }
p { color: rgb(149,163,223); }
H1.HeaderClassName
{
color: #95A3DF;
}
.AnyTagClassName
{
color: #95A3DF;
}
</style>
background-color css
<style>
a { background-color: #95A3DF; }
a { background-color: rgb(149,163,223); }
div.DivClassName
{
background-color: #95A3DF;
}
.BgClassName
{
background-color: #95A3DF;
}
</style>
border-color css
<style>
span { border-color: #95A3DF; }
span { border-color: rgb(149,163,223); }
td.TdClassName
{
border-color: #95A3DF;
}
.TagClassName
{
border-color: #95A3DF;
}
</style>