Shades of Portage #919CEE
Tints of Portage #919CEE
RGB
CMYK
RGB Variations
Color information
#919CEE (or 0x919CEE) is known color: Portage. HEX triplet: 91, 9C and EE. RGB value is (145,156,238). Sum of RGB (Red+Green+Blue) = 145+156+238=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #919CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919CEE is #6E6311. Grayscale: #A1A1A1. Windows color (decimal): -7234322 or 15637649. OLE color: 15637649.
HSL color Cylindrical-coordinate representation of color #919CEE: hue angle of 232.9º 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 #919CEE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 156 | 238 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.07 |
| HSL | 232.9º | 0.73% | 0.75% | - |
| HSV(B) | 232.9º | 0.39% | 0.93% | - |
| XYZ | 39 | 35.97 | 85.78 | - |
| YUV | 162.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 238 | 0.39 | 0.34 | 0 | 0.07 | 232.9 | 0.73 | 0.75 |
| Hex | 91 | 9C | EE | 27 | 22 | 0 | 7 | E9 | 49 | 4B |
| Octal | 221 | 234 | 356 | 47 | 42 | 0 | 7 | 351 | 111 | 113 |
| Binary | 10010001 | 10011100 | 11101110 | 100111 | 100010 | 0 | 111 | 11101001 | 1001001 | 1001011 |
Color Harmonies of #919CEE
Complementary color
Monochromatic Colors of #919CEE
Black with #919CEE
Text Example
Text Example
White with #919CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CEE; }
p { color: rgb(145,156,238); }
H1.HeaderClassName
{
color: #919CEE;
}
.AnyTagClassName
{
color: #919CEE;
}
</style>
background-color css
<style>
a { background-color: #919CEE; }
a { background-color: rgb(145,156,238); }
div.DivClassName
{
background-color: #919CEE;
}
.BgClassName
{
background-color: #919CEE;
}
</style>
border-color css
<style>
span { border-color: #919CEE; }
span { border-color: rgb(145,156,238); }
td.TdClassName
{
border-color: #919CEE;
}
.TagClassName
{
border-color: #919CEE;
}
</style>