Shades of Portage #919FEF
Tints of Portage #919FEF
RGB
CMYK
RGB Variations
Color information
#919FEF (or 0x919FEF) is known color: Portage. HEX triplet: 91, 9F and EF. RGB value is (145,159,239). Sum of RGB (Red+Green+Blue) = 145+159+239=543 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.70% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #919FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919FEF is #6E6010. Grayscale: #A3A3A3. Windows color (decimal): -7233553 or 15703953. OLE color: 15703953.
HSL color Cylindrical-coordinate representation of color #919FEF: hue angle of 231.06º 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 #919FEF is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 159 | 239 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.06 |
| HSL | 231.06º | 0.75% | 0.75% | - |
| HSV(B) | 231.06º | 0.39% | 0.94% | - |
| XYZ | 39.66 | 37.05 | 86.72 | - |
| YUV | 163.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 239 | 0.39 | 0.33 | 0 | 0.06 | 231.06 | 0.75 | 0.75 |
| Hex | 91 | 9F | EF | 27 | 21 | 0 | 6 | E7 | 4B | 4B |
| Octal | 221 | 237 | 357 | 47 | 41 | 0 | 6 | 347 | 113 | 113 |
| Binary | 10010001 | 10011111 | 11101111 | 100111 | 100001 | 0 | 110 | 11100111 | 1001011 | 1001011 |
Color Harmonies of #919FEF
Complementary color
Monochromatic Colors of #919FEF
Black with #919FEF
Text Example
Text Example
White with #919FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FEF; }
p { color: rgb(145,159,239); }
H1.HeaderClassName
{
color: #919FEF;
}
.AnyTagClassName
{
color: #919FEF;
}
</style>
background-color css
<style>
a { background-color: #919FEF; }
a { background-color: rgb(145,159,239); }
div.DivClassName
{
background-color: #919FEF;
}
.BgClassName
{
background-color: #919FEF;
}
</style>
border-color css
<style>
span { border-color: #919FEF; }
span { border-color: rgb(145,159,239); }
td.TdClassName
{
border-color: #919FEF;
}
.TagClassName
{
border-color: #919FEF;
}
</style>