Shades of Portage #8A93DF
Tints of Portage #8A93DF
RGB
CMYK
RGB Variations
Color information
#8A93DF (or 0x8A93DF) is known color: Portage. HEX triplet: 8A, 93 and DF. RGB value is (138,147,223). Sum of RGB (Red+Green+Blue) = 138+147+223=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A93DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A93DF is #756C20. Grayscale: #989898. Windows color (decimal): -7695393 or 14652298. OLE color: 14652298.
HSL color Cylindrical-coordinate representation of color #8A93DF: hue angle of 233.65º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A93DF is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 147 | 223 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.13 |
| HSL | 233.65º | 0.57% | 0.71% | - |
| HSV(B) | 233.65º | 0.38% | 0.87% | - |
| XYZ | 34.23 | 31.6 | 74.11 | - |
| YUV | 152.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 223 | 0.38 | 0.34 | 0 | 0.13 | 233.65 | 0.57 | 0.71 |
| Hex | 8A | 93 | DF | 26 | 22 | 0 | D | EA | 39 | 47 |
| Octal | 212 | 223 | 337 | 46 | 42 | 0 | 15 | 352 | 71 | 107 |
| Binary | 10001010 | 10010011 | 11011111 | 100110 | 100010 | 0 | 1101 | 11101010 | 111001 | 1000111 |
Color Harmonies of #8A93DF
Complementary color
Monochromatic Colors of #8A93DF
Black with #8A93DF
Text Example
Text Example
White with #8A93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A93DF; }
p { color: rgb(138,147,223); }
H1.HeaderClassName
{
color: #8A93DF;
}
.AnyTagClassName
{
color: #8A93DF;
}
</style>
background-color css
<style>
a { background-color: #8A93DF; }
a { background-color: rgb(138,147,223); }
div.DivClassName
{
background-color: #8A93DF;
}
.BgClassName
{
background-color: #8A93DF;
}
</style>
border-color css
<style>
span { border-color: #8A93DF; }
span { border-color: rgb(138,147,223); }
td.TdClassName
{
border-color: #8A93DF;
}
.TagClassName
{
border-color: #8A93DF;
}
</style>