Shades of Portage #8A94DF
Tints of Portage #8A94DF
RGB
CMYK
RGB Variations
Color information
#8A94DF (or 0x8A94DF) is known color: Portage. HEX triplet: 8A, 94 and DF. RGB value is (138,148,223). Sum of RGB (Red+Green+Blue) = 138+148+223=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A94DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A94DF is #756B20. Grayscale: #999999. Windows color (decimal): -7695137 or 14652554. OLE color: 14652554.
HSL color Cylindrical-coordinate representation of color #8A94DF: hue angle of 232.94º 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 #8A94DF is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 148 | 223 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.13 |
| HSL | 232.94º | 0.57% | 0.71% | - |
| HSV(B) | 232.94º | 0.38% | 0.87% | - |
| XYZ | 34.39 | 31.91 | 74.16 | - |
| YUV | 153.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 223 | 0.38 | 0.34 | 0 | 0.13 | 232.94 | 0.57 | 0.71 |
| Hex | 8A | 94 | DF | 26 | 22 | 0 | D | E9 | 39 | 47 |
| Octal | 212 | 224 | 337 | 46 | 42 | 0 | 15 | 351 | 71 | 107 |
| Binary | 10001010 | 10010100 | 11011111 | 100110 | 100010 | 0 | 1101 | 11101001 | 111001 | 1000111 |
Color Harmonies of #8A94DF
Complementary color
Monochromatic Colors of #8A94DF
Black with #8A94DF
Text Example
Text Example
White with #8A94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A94DF; }
p { color: rgb(138,148,223); }
H1.HeaderClassName
{
color: #8A94DF;
}
.AnyTagClassName
{
color: #8A94DF;
}
</style>
background-color css
<style>
a { background-color: #8A94DF; }
a { background-color: rgb(138,148,223); }
div.DivClassName
{
background-color: #8A94DF;
}
.BgClassName
{
background-color: #8A94DF;
}
</style>
border-color css
<style>
span { border-color: #8A94DF; }
span { border-color: rgb(138,148,223); }
td.TdClassName
{
border-color: #8A94DF;
}
.TagClassName
{
border-color: #8A94DF;
}
</style>