Shades of Portage #8A91CF
Tints of Portage #8A91CF
RGB
CMYK
RGB Variations
Color information
#8A91CF (or 0x8A91CF) is known color: Portage. HEX triplet: 8A, 91 and CF. RGB value is (138,145,207). Sum of RGB (Red+Green+Blue) = 138+145+207=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A91CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A91CF is #756E30. Grayscale: #959595. Windows color (decimal): -7695921 or 13603210. OLE color: 13603210.
HSL color Cylindrical-coordinate representation of color #8A91CF: hue angle of 233.91º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A91CF is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 145 | 207 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.19 |
| HSL | 233.91º | 0.42% | 0.68% | - |
| HSV(B) | 233.91º | 0.33% | 0.81% | - |
| XYZ | 31.87 | 30.16 | 63.17 | - |
| YUV | 149.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 207 | 0.33 | 0.30 | 0 | 0.19 | 233.91 | 0.42 | 0.68 |
| Hex | 8A | 91 | CF | 21 | 1E | 0 | 13 | EA | 2A | 44 |
| Octal | 212 | 221 | 317 | 41 | 36 | 0 | 23 | 352 | 52 | 104 |
| Binary | 10001010 | 10010001 | 11001111 | 100001 | 11110 | 0 | 10011 | 11101010 | 101010 | 1000100 |
Color Harmonies of #8A91CF
Complementary color
Monochromatic Colors of #8A91CF
Black with #8A91CF
Text Example
Text Example
White with #8A91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A91CF; }
p { color: rgb(138,145,207); }
H1.HeaderClassName
{
color: #8A91CF;
}
.AnyTagClassName
{
color: #8A91CF;
}
</style>
background-color css
<style>
a { background-color: #8A91CF; }
a { background-color: rgb(138,145,207); }
div.DivClassName
{
background-color: #8A91CF;
}
.BgClassName
{
background-color: #8A91CF;
}
</style>
border-color css
<style>
span { border-color: #8A91CF; }
span { border-color: rgb(138,145,207); }
td.TdClassName
{
border-color: #8A91CF;
}
.TagClassName
{
border-color: #8A91CF;
}
</style>