Shades of Portage #918CEB
Tints of Portage #918CEB
RGB
CMYK
RGB Variations
Color information
#918CEB (or 0x918CEB) is known color: Portage. HEX triplet: 91, 8C and EB. RGB value is (145,140,235). Sum of RGB (Red+Green+Blue) = 145+140+235=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #918CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CEB is #6E7314. Grayscale: #979797. Windows color (decimal): -7238421 or 15436945. OLE color: 15436945.
HSL color Cylindrical-coordinate representation of color #918CEB: hue angle of 243.16º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918CEB is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 140 | 235 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.08 |
| HSL | 243.16º | 0.7% | 0.74% | - |
| HSV(B) | 243.16º | 0.4% | 0.92% | - |
| XYZ | 36.05 | 30.77 | 82.64 | - |
| YUV | 152.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 235 | 0.38 | 0.40 | 0 | 0.08 | 243.16 | 0.7 | 0.74 |
| Hex | 91 | 8C | EB | 26 | 28 | 0 | 8 | F3 | 46 | 4A |
| Octal | 221 | 214 | 353 | 46 | 50 | 0 | 10 | 363 | 106 | 112 |
| Binary | 10010001 | 10001100 | 11101011 | 100110 | 101000 | 0 | 1000 | 11110011 | 1000110 | 1001010 |
Color Harmonies of #918CEB
Complementary color
Monochromatic Colors of #918CEB
Black with #918CEB
Text Example
Text Example
White with #918CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918CEB; }
p { color: rgb(145,140,235); }
H1.HeaderClassName
{
color: #918CEB;
}
.AnyTagClassName
{
color: #918CEB;
}
</style>
background-color css
<style>
a { background-color: #918CEB; }
a { background-color: rgb(145,140,235); }
div.DivClassName
{
background-color: #918CEB;
}
.BgClassName
{
background-color: #918CEB;
}
</style>
border-color css
<style>
span { border-color: #918CEB; }
span { border-color: rgb(145,140,235); }
td.TdClassName
{
border-color: #918CEB;
}
.TagClassName
{
border-color: #918CEB;
}
</style>