Shades of Portage #919EEB
Tints of Portage #919EEB
RGB
CMYK
RGB Variations
Color information
#919EEB (or 0x919EEB) is known color: Portage. HEX triplet: 91, 9E and EB. RGB value is (145,158,235). Sum of RGB (Red+Green+Blue) = 145+158+235=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #919EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EEB is #6E6114. Grayscale: #A2A2A2. Windows color (decimal): -7233813 or 15441553. OLE color: 15441553.
HSL color Cylindrical-coordinate representation of color #919EEB: hue angle of 231.33º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #919EEB is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 158 | 235 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.08 |
| HSL | 231.33º | 0.69% | 0.75% | - |
| HSV(B) | 231.33º | 0.38% | 0.92% | - |
| XYZ | 38.9 | 36.47 | 83.59 | - |
| YUV | 162.89 | 168.69 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 235 | 0.38 | 0.33 | 0 | 0.08 | 231.33 | 0.69 | 0.75 |
| Hex | 91 | 9E | EB | 26 | 21 | 0 | 8 | E7 | 45 | 4B |
| Octal | 221 | 236 | 353 | 46 | 41 | 0 | 10 | 347 | 105 | 113 |
| Binary | 10010001 | 10011110 | 11101011 | 100110 | 100001 | 0 | 1000 | 11100111 | 1000101 | 1001011 |
Color Harmonies of #919EEB
Complementary color
Monochromatic Colors of #919EEB
Black with #919EEB
Text Example
Text Example
White with #919EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EEB; }
p { color: rgb(145,158,235); }
H1.HeaderClassName
{
color: #919EEB;
}
.AnyTagClassName
{
color: #919EEB;
}
</style>
background-color css
<style>
a { background-color: #919EEB; }
a { background-color: rgb(145,158,235); }
div.DivClassName
{
background-color: #919EEB;
}
.BgClassName
{
background-color: #919EEB;
}
</style>
border-color css
<style>
span { border-color: #919EEB; }
span { border-color: rgb(145,158,235); }
td.TdClassName
{
border-color: #919EEB;
}
.TagClassName
{
border-color: #919EEB;
}
</style>