Shades of Portage #918FEA
Tints of Portage #918FEA
RGB
CMYK
RGB Variations
Color information
#918FEA (or 0x918FEA) is known color: Portage. HEX triplet: 91, 8F and EA. RGB value is (145,143,234). Sum of RGB (Red+Green+Blue) = 145+143+234=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #918FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918FEA is #6E7015. Grayscale: #999999. Windows color (decimal): -7237654 or 15372177. OLE color: 15372177.
HSL color Cylindrical-coordinate representation of color #918FEA: hue angle of 241.32º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918FEA is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 143 | 234 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.08 |
| HSL | 241.32º | 0.68% | 0.74% | - |
| HSV(B) | 241.32º | 0.39% | 0.92% | - |
| XYZ | 36.35 | 31.61 | 82.03 | - |
| YUV | 153.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 234 | 0.38 | 0.39 | 0 | 0.08 | 241.32 | 0.68 | 0.74 |
| Hex | 91 | 8F | EA | 26 | 27 | 0 | 8 | F1 | 44 | 4A |
| Octal | 221 | 217 | 352 | 46 | 47 | 0 | 10 | 361 | 104 | 112 |
| Binary | 10010001 | 10001111 | 11101010 | 100110 | 100111 | 0 | 1000 | 11110001 | 1000100 | 1001010 |
Color Harmonies of #918FEA
Complementary color
Monochromatic Colors of #918FEA
Black with #918FEA
Text Example
Text Example
White with #918FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FEA; }
p { color: rgb(145,143,234); }
H1.HeaderClassName
{
color: #918FEA;
}
.AnyTagClassName
{
color: #918FEA;
}
</style>
background-color css
<style>
a { background-color: #918FEA; }
a { background-color: rgb(145,143,234); }
div.DivClassName
{
background-color: #918FEA;
}
.BgClassName
{
background-color: #918FEA;
}
</style>
border-color css
<style>
span { border-color: #918FEA; }
span { border-color: rgb(145,143,234); }
td.TdClassName
{
border-color: #918FEA;
}
.TagClassName
{
border-color: #918FEA;
}
</style>