Shades of Portage #918AEE
Tints of Portage #918AEE
RGB
CMYK
RGB Variations
Color information
#918AEE (or 0x918AEE) is known color: Portage. HEX triplet: 91, 8A and EE. RGB value is (145,138,238). Sum of RGB (Red+Green+Blue) = 145+138+238=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #918AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AEE is #6E7511. Grayscale: #979797. Windows color (decimal): -7238930 or 15633041. OLE color: 15633041.
HSL color Cylindrical-coordinate representation of color #918AEE: hue angle of 244.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #918AEE is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 138 | 238 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.07 |
| HSL | 244.2º | 0.75% | 0.74% | - |
| HSV(B) | 244.2º | 0.42% | 0.93% | - |
| XYZ | 36.2 | 30.37 | 84.84 | - |
| YUV | 151.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 238 | 0.39 | 0.42 | 0 | 0.07 | 244.2 | 0.75 | 0.74 |
| Hex | 91 | 8A | EE | 27 | 2A | 0 | 7 | F4 | 4B | 4A |
| Octal | 221 | 212 | 356 | 47 | 52 | 0 | 7 | 364 | 113 | 112 |
| Binary | 10010001 | 10001010 | 11101110 | 100111 | 101010 | 0 | 111 | 11110100 | 1001011 | 1001010 |
Color Harmonies of #918AEE
Complementary color
Monochromatic Colors of #918AEE
Black with #918AEE
Text Example
Text Example
White with #918AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AEE; }
p { color: rgb(145,138,238); }
H1.HeaderClassName
{
color: #918AEE;
}
.AnyTagClassName
{
color: #918AEE;
}
</style>
background-color css
<style>
a { background-color: #918AEE; }
a { background-color: rgb(145,138,238); }
div.DivClassName
{
background-color: #918AEE;
}
.BgClassName
{
background-color: #918AEE;
}
</style>
border-color css
<style>
span { border-color: #918AEE; }
span { border-color: rgb(145,138,238); }
td.TdClassName
{
border-color: #918AEE;
}
.TagClassName
{
border-color: #918AEE;
}
</style>