Shades of Portage #8C93EB
Tints of Portage #8C93EB
RGB
CMYK
RGB Variations
Color information
#8C93EB (or 0x8C93EB) is known color: Portage. HEX triplet: 8C, 93 and EB. RGB value is (140,147,235). Sum of RGB (Red+Green+Blue) = 140+147+235=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C93EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C93EB is #736C14. Grayscale: #9A9A9A. Windows color (decimal): -7564309 or 15438732. OLE color: 15438732.
HSL color Cylindrical-coordinate representation of color #8C93EB: hue angle of 235.58º 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 #8C93EB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 147 | 235 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.08 |
| HSL | 235.58º | 0.7% | 0.74% | - |
| HSV(B) | 235.58º | 0.4% | 0.92% | - |
| XYZ | 36.24 | 32.44 | 82.95 | - |
| YUV | 154.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 235 | 0.40 | 0.37 | 0 | 0.08 | 235.58 | 0.7 | 0.74 |
| Hex | 8C | 93 | EB | 28 | 25 | 0 | 8 | EC | 46 | 4A |
| Octal | 214 | 223 | 353 | 50 | 45 | 0 | 10 | 354 | 106 | 112 |
| Binary | 10001100 | 10010011 | 11101011 | 101000 | 100101 | 0 | 1000 | 11101100 | 1000110 | 1001010 |
Color Harmonies of #8C93EB
Complementary color
Monochromatic Colors of #8C93EB
Black with #8C93EB
Text Example
Text Example
White with #8C93EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C93EB; }
p { color: rgb(140,147,235); }
H1.HeaderClassName
{
color: #8C93EB;
}
.AnyTagClassName
{
color: #8C93EB;
}
</style>
background-color css
<style>
a { background-color: #8C93EB; }
a { background-color: rgb(140,147,235); }
div.DivClassName
{
background-color: #8C93EB;
}
.BgClassName
{
background-color: #8C93EB;
}
</style>
border-color css
<style>
span { border-color: #8C93EB; }
span { border-color: rgb(140,147,235); }
td.TdClassName
{
border-color: #8C93EB;
}
.TagClassName
{
border-color: #8C93EB;
}
</style>