Shades of Portage #8E92ED
Tints of Portage #8E92ED
RGB
CMYK
RGB Variations
Color information
#8E92ED (or 0x8E92ED) is known color: Portage. HEX triplet: 8E, 92 and ED. RGB value is (142,146,237). Sum of RGB (Red+Green+Blue) = 142+146+237=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E92ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E92ED is #716D12. Grayscale: #9A9A9A. Windows color (decimal): -7433491 or 15569550. OLE color: 15569550.
HSL color Cylindrical-coordinate representation of color #8E92ED: hue angle of 237.47º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E92ED is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 146 | 237 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.07 |
| HSL | 237.47º | 0.73% | 0.74% | - |
| HSV(B) | 237.47º | 0.4% | 0.93% | - |
| XYZ | 36.72 | 32.42 | 84.44 | - |
| YUV | 155.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 237 | 0.40 | 0.38 | 0 | 0.07 | 237.47 | 0.73 | 0.74 |
| Hex | 8E | 92 | ED | 28 | 26 | 0 | 7 | ED | 49 | 4A |
| Octal | 216 | 222 | 355 | 50 | 46 | 0 | 7 | 355 | 111 | 112 |
| Binary | 10001110 | 10010010 | 11101101 | 101000 | 100110 | 0 | 111 | 11101101 | 1001001 | 1001010 |
Color Harmonies of #8E92ED
Complementary color
Monochromatic Colors of #8E92ED
Black with #8E92ED
Text Example
Text Example
White with #8E92ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E92ED; }
p { color: rgb(142,146,237); }
H1.HeaderClassName
{
color: #8E92ED;
}
.AnyTagClassName
{
color: #8E92ED;
}
</style>
background-color css
<style>
a { background-color: #8E92ED; }
a { background-color: rgb(142,146,237); }
div.DivClassName
{
background-color: #8E92ED;
}
.BgClassName
{
background-color: #8E92ED;
}
</style>
border-color css
<style>
span { border-color: #8E92ED; }
span { border-color: rgb(142,146,237); }
td.TdClassName
{
border-color: #8E92ED;
}
.TagClassName
{
border-color: #8E92ED;
}
</style>