Shades of Portage #919AFE
Tints of Portage #919AFE
RGB
CMYK
RGB Variations
Color information
#919AFE (or 0x919AFE) is known color: Portage. HEX triplet: 91, 9A and FE. RGB value is (145,154,254). Sum of RGB (Red+Green+Blue) = 145+154+254=553 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.22% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #919AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919AFE is #6E6501. Grayscale: #A2A2A2. Windows color (decimal): -7234818 or 16685713. OLE color: 16685713.
HSL color Cylindrical-coordinate representation of color #919AFE: hue angle of 235.05º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #919AFE is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 154 | 254 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.00 |
| HSL | 235.05º | 0.98% | 0.78% | - |
| HSV(B) | 235.05º | 0.43% | 1% | - |
| XYZ | 41.12 | 36.29 | 98.6 | - |
| YUV | 162.71 | 179.52 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 254 | 0.43 | 0.39 | 0 | 0.00 | 235.05 | 0.98 | 0.78 |
| Hex | 91 | 9A | FE | 2B | 27 | 0 | 0 | EB | 62 | 4E |
| Octal | 221 | 232 | 376 | 53 | 47 | 0 | 0 | 353 | 142 | 116 |
| Binary | 10010001 | 10011010 | 11111110 | 101011 | 100111 | 0 | 0 | 11101011 | 1100010 | 1001110 |
Color Harmonies of #919AFE
Complementary color
Monochromatic Colors of #919AFE
Black with #919AFE
Text Example
Text Example
White with #919AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AFE; }
p { color: rgb(145,154,254); }
H1.HeaderClassName
{
color: #919AFE;
}
.AnyTagClassName
{
color: #919AFE;
}
</style>
background-color css
<style>
a { background-color: #919AFE; }
a { background-color: rgb(145,154,254); }
div.DivClassName
{
background-color: #919AFE;
}
.BgClassName
{
background-color: #919AFE;
}
</style>
border-color css
<style>
span { border-color: #919AFE; }
span { border-color: rgb(145,154,254); }
td.TdClassName
{
border-color: #919AFE;
}
.TagClassName
{
border-color: #919AFE;
}
</style>