Shades of Portage #919FDD
Tints of Portage #919FDD
RGB
CMYK
RGB Variations
Color information
#919FDD (or 0x919FDD) is known color: Portage. HEX triplet: 91, 9F and DD. RGB value is (145,159,221). Sum of RGB (Red+Green+Blue) = 145+159+221=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #919FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FDD is #6E6022. Grayscale: #A1A1A1. Windows color (decimal): -7233571 or 14524305. OLE color: 14524305.
HSL color Cylindrical-coordinate representation of color #919FDD: hue angle of 228.95º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919FDD is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 159 | 221 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.13 |
| HSL | 228.95º | 0.53% | 0.72% | - |
| HSV(B) | 228.95º | 0.34% | 0.87% | - |
| XYZ | 37.13 | 36.04 | 73.41 | - |
| YUV | 161.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 221 | 0.34 | 0.28 | 0 | 0.13 | 228.95 | 0.53 | 0.72 |
| Hex | 91 | 9F | DD | 22 | 1C | 0 | D | E5 | 35 | 48 |
| Octal | 221 | 237 | 335 | 42 | 34 | 0 | 15 | 345 | 65 | 110 |
| Binary | 10010001 | 10011111 | 11011101 | 100010 | 11100 | 0 | 1101 | 11100101 | 110101 | 1001000 |
Color Harmonies of #919FDD
Complementary color
Monochromatic Colors of #919FDD
Black with #919FDD
Text Example
Text Example
White with #919FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FDD; }
p { color: rgb(145,159,221); }
H1.HeaderClassName
{
color: #919FDD;
}
.AnyTagClassName
{
color: #919FDD;
}
</style>
background-color css
<style>
a { background-color: #919FDD; }
a { background-color: rgb(145,159,221); }
div.DivClassName
{
background-color: #919FDD;
}
.BgClassName
{
background-color: #919FDD;
}
</style>
border-color css
<style>
span { border-color: #919FDD; }
span { border-color: rgb(145,159,221); }
td.TdClassName
{
border-color: #919FDD;
}
.TagClassName
{
border-color: #919FDD;
}
</style>