Shades of Portage #919BEE
Tints of Portage #919BEE
RGB
CMYK
RGB Variations
Color information
#919BEE (or 0x919BEE) is known color: Portage. HEX triplet: 91, 9B and EE. RGB value is (145,155,238). Sum of RGB (Red+Green+Blue) = 145+155+238=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #919BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919BEE is #6E6411. Grayscale: #A1A1A1. Windows color (decimal): -7234578 or 15637393. OLE color: 15637393.
HSL color Cylindrical-coordinate representation of color #919BEE: hue angle of 233.55º 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 #919BEE is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 155 | 238 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.07 |
| HSL | 233.55º | 0.73% | 0.75% | - |
| HSV(B) | 233.55º | 0.39% | 0.93% | - |
| XYZ | 38.83 | 35.64 | 85.72 | - |
| YUV | 161.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 238 | 0.39 | 0.35 | 0 | 0.07 | 233.55 | 0.73 | 0.75 |
| Hex | 91 | 9B | EE | 27 | 23 | 0 | 7 | EA | 49 | 4B |
| Octal | 221 | 233 | 356 | 47 | 43 | 0 | 7 | 352 | 111 | 113 |
| Binary | 10010001 | 10011011 | 11101110 | 100111 | 100011 | 0 | 111 | 11101010 | 1001001 | 1001011 |
Color Harmonies of #919BEE
Complementary color
Monochromatic Colors of #919BEE
Black with #919BEE
Text Example
Text Example
White with #919BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BEE; }
p { color: rgb(145,155,238); }
H1.HeaderClassName
{
color: #919BEE;
}
.AnyTagClassName
{
color: #919BEE;
}
</style>
background-color css
<style>
a { background-color: #919BEE; }
a { background-color: rgb(145,155,238); }
div.DivClassName
{
background-color: #919BEE;
}
.BgClassName
{
background-color: #919BEE;
}
</style>
border-color css
<style>
span { border-color: #919BEE; }
span { border-color: rgb(145,155,238); }
td.TdClassName
{
border-color: #919BEE;
}
.TagClassName
{
border-color: #919BEE;
}
</style>