Shades of Portage #919DEF
Tints of Portage #919DEF
RGB
CMYK
RGB Variations
Color information
#919DEF (or 0x919DEF) is known color: Portage. HEX triplet: 91, 9D and EF. RGB value is (145,157,239). Sum of RGB (Red+Green+Blue) = 145+157+239=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #919DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DEF is #6E6210. Grayscale: #A2A2A2. Windows color (decimal): -7234065 or 15703441. OLE color: 15703441.
HSL color Cylindrical-coordinate representation of color #919DEF: hue angle of 232.34º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #919DEF is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 157 | 239 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.06 |
| HSL | 232.34º | 0.75% | 0.75% | - |
| HSV(B) | 232.34º | 0.39% | 0.94% | - |
| XYZ | 39.31 | 36.37 | 86.61 | - |
| YUV | 162.76 | 171.02 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 239 | 0.39 | 0.34 | 0 | 0.06 | 232.34 | 0.75 | 0.75 |
| Hex | 91 | 9D | EF | 27 | 22 | 0 | 6 | E8 | 4B | 4B |
| Octal | 221 | 235 | 357 | 47 | 42 | 0 | 6 | 350 | 113 | 113 |
| Binary | 10010001 | 10011101 | 11101111 | 100111 | 100010 | 0 | 110 | 11101000 | 1001011 | 1001011 |
Color Harmonies of #919DEF
Complementary color
Monochromatic Colors of #919DEF
Black with #919DEF
Text Example
Text Example
White with #919DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DEF; }
p { color: rgb(145,157,239); }
H1.HeaderClassName
{
color: #919DEF;
}
.AnyTagClassName
{
color: #919DEF;
}
</style>
background-color css
<style>
a { background-color: #919DEF; }
a { background-color: rgb(145,157,239); }
div.DivClassName
{
background-color: #919DEF;
}
.BgClassName
{
background-color: #919DEF;
}
</style>
border-color css
<style>
span { border-color: #919DEF; }
span { border-color: rgb(145,157,239); }
td.TdClassName
{
border-color: #919DEF;
}
.TagClassName
{
border-color: #919DEF;
}
</style>