Shades of Portage #95A8DD
Tints of Portage #95A8DD
RGB
CMYK
RGB Variations
Color information
#95A8DD (or 0x95A8DD) is known color: Portage. HEX triplet: 95, A8 and DD. RGB value is (149,168,221). Sum of RGB (Red+Green+Blue) = 149+168+221=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #95A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A8DD is #6A5722. Grayscale: #A8A8A8. Windows color (decimal): -6969123 or 14526613. OLE color: 14526613.
HSL color Cylindrical-coordinate representation of color #95A8DD: hue angle of 224.17º degrees, saturation: 0.51, 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 #95A8DD is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 168 | 221 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.13 |
| HSL | 224.17º | 0.51% | 0.73% | - |
| HSV(B) | 224.17º | 0.33% | 0.87% | - |
| XYZ | 39.45 | 39.62 | 73.97 | - |
| YUV | 168.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 221 | 0.33 | 0.24 | 0 | 0.13 | 224.17 | 0.51 | 0.73 |
| Hex | 95 | A8 | DD | 21 | 18 | 0 | D | E0 | 33 | 49 |
| Octal | 225 | 250 | 335 | 41 | 30 | 0 | 15 | 340 | 63 | 111 |
| Binary | 10010101 | 10101000 | 11011101 | 100001 | 11000 | 0 | 1101 | 11100000 | 110011 | 1001001 |
Color Harmonies of #95A8DD
Complementary color
Monochromatic Colors of #95A8DD
Black with #95A8DD
Text Example
Text Example
White with #95A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A8DD; }
p { color: rgb(149,168,221); }
H1.HeaderClassName
{
color: #95A8DD;
}
.AnyTagClassName
{
color: #95A8DD;
}
</style>
background-color css
<style>
a { background-color: #95A8DD; }
a { background-color: rgb(149,168,221); }
div.DivClassName
{
background-color: #95A8DD;
}
.BgClassName
{
background-color: #95A8DD;
}
</style>
border-color css
<style>
span { border-color: #95A8DD; }
span { border-color: rgb(149,168,221); }
td.TdClassName
{
border-color: #95A8DD;
}
.TagClassName
{
border-color: #95A8DD;
}
</style>