Shades of Portage #8D93ED
Tints of Portage #8D93ED
RGB
CMYK
RGB Variations
Color information
#8D93ED (or 0x8D93ED) is known color: Portage. HEX triplet: 8D, 93 and ED. RGB value is (141,147,237). Sum of RGB (Red+Green+Blue) = 141+147+237=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 147 (57.81% from 255 or 28% 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 #8D93ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D93ED is #726C12. Grayscale: #9B9B9B. Windows color (decimal): -7498771 or 15569805. OLE color: 15569805.
HSL color Cylindrical-coordinate representation of color #8D93ED: hue angle of 236.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D93ED is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 147 | 237 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.07 |
| HSL | 236.25º | 0.73% | 0.74% | - |
| HSV(B) | 236.25º | 0.41% | 0.93% | - |
| XYZ | 36.7 | 32.64 | 84.49 | - |
| YUV | 155.47 | 174.01 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 237 | 0.41 | 0.38 | 0 | 0.07 | 236.25 | 0.73 | 0.74 |
| Hex | 8D | 93 | ED | 29 | 26 | 0 | 7 | EC | 49 | 4A |
| Octal | 215 | 223 | 355 | 51 | 46 | 0 | 7 | 354 | 111 | 112 |
| Binary | 10001101 | 10010011 | 11101101 | 101001 | 100110 | 0 | 111 | 11101100 | 1001001 | 1001010 |
Color Harmonies of #8D93ED
Complementary color
Monochromatic Colors of #8D93ED
Black with #8D93ED
Text Example
Text Example
White with #8D93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D93ED; }
p { color: rgb(141,147,237); }
H1.HeaderClassName
{
color: #8D93ED;
}
.AnyTagClassName
{
color: #8D93ED;
}
</style>
background-color css
<style>
a { background-color: #8D93ED; }
a { background-color: rgb(141,147,237); }
div.DivClassName
{
background-color: #8D93ED;
}
.BgClassName
{
background-color: #8D93ED;
}
</style>
border-color css
<style>
span { border-color: #8D93ED; }
span { border-color: rgb(141,147,237); }
td.TdClassName
{
border-color: #8D93ED;
}
.TagClassName
{
border-color: #8D93ED;
}
</style>