Shades of Portage #8F92ED
Tints of Portage #8F92ED
RGB
CMYK
RGB Variations
Color information
#8F92ED (or 0x8F92ED) is known color: Portage. HEX triplet: 8F, 92 and ED. RGB value is (143,146,237). Sum of RGB (Red+Green+Blue) = 143+146+237=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F92ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F92ED is #706D12. Grayscale: #9B9B9B. Windows color (decimal): -7367955 or 15569551. OLE color: 15569551.
HSL color Cylindrical-coordinate representation of color #8F92ED: hue angle of 238.09º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F92ED is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 146 | 237 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.07 |
| HSL | 238.09º | 0.72% | 0.75% | - |
| HSV(B) | 238.09º | 0.4% | 0.93% | - |
| XYZ | 36.89 | 32.51 | 84.45 | - |
| YUV | 155.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 237 | 0.40 | 0.38 | 0 | 0.07 | 238.09 | 0.72 | 0.75 |
| Hex | 8F | 92 | ED | 28 | 26 | 0 | 7 | EE | 48 | 4B |
| Octal | 217 | 222 | 355 | 50 | 46 | 0 | 7 | 356 | 110 | 113 |
| Binary | 10001111 | 10010010 | 11101101 | 101000 | 100110 | 0 | 111 | 11101110 | 1001000 | 1001011 |
Color Harmonies of #8F92ED
Complementary color
Monochromatic Colors of #8F92ED
Black with #8F92ED
Text Example
Text Example
White with #8F92ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F92ED; }
p { color: rgb(143,146,237); }
H1.HeaderClassName
{
color: #8F92ED;
}
.AnyTagClassName
{
color: #8F92ED;
}
</style>
background-color css
<style>
a { background-color: #8F92ED; }
a { background-color: rgb(143,146,237); }
div.DivClassName
{
background-color: #8F92ED;
}
.BgClassName
{
background-color: #8F92ED;
}
</style>
border-color css
<style>
span { border-color: #8F92ED; }
span { border-color: rgb(143,146,237); }
td.TdClassName
{
border-color: #8F92ED;
}
.TagClassName
{
border-color: #8F92ED;
}
</style>