Shades of Portage #919DEE
Tints of Portage #919DEE
RGB
CMYK
RGB Variations
Color information
#919DEE (or 0x919DEE) is known color: Portage. HEX triplet: 91, 9D and EE. RGB value is (145,157,238). Sum of RGB (Red+Green+Blue) = 145+157+238=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #919DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DEE is #6E6211. Grayscale: #A2A2A2. Windows color (decimal): -7234066 or 15637905. OLE color: 15637905.
HSL color Cylindrical-coordinate representation of color #919DEE: hue angle of 232.26º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #919DEE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 157 | 238 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.07 |
| HSL | 232.26º | 0.73% | 0.75% | - |
| HSV(B) | 232.26º | 0.39% | 0.93% | - |
| XYZ | 39.17 | 36.31 | 85.83 | - |
| YUV | 162.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 238 | 0.39 | 0.34 | 0 | 0.07 | 232.26 | 0.73 | 0.75 |
| Hex | 91 | 9D | EE | 27 | 22 | 0 | 7 | E8 | 49 | 4B |
| Octal | 221 | 235 | 356 | 47 | 42 | 0 | 7 | 350 | 111 | 113 |
| Binary | 10010001 | 10011101 | 11101110 | 100111 | 100010 | 0 | 111 | 11101000 | 1001001 | 1001011 |
Color Harmonies of #919DEE
Complementary color
Monochromatic Colors of #919DEE
Black with #919DEE
Text Example
Text Example
White with #919DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DEE; }
p { color: rgb(145,157,238); }
H1.HeaderClassName
{
color: #919DEE;
}
.AnyTagClassName
{
color: #919DEE;
}
</style>
background-color css
<style>
a { background-color: #919DEE; }
a { background-color: rgb(145,157,238); }
div.DivClassName
{
background-color: #919DEE;
}
.BgClassName
{
background-color: #919DEE;
}
</style>
border-color css
<style>
span { border-color: #919DEE; }
span { border-color: rgb(145,157,238); }
td.TdClassName
{
border-color: #919DEE;
}
.TagClassName
{
border-color: #919DEE;
}
</style>