Shades of Portage #8A91CD
Tints of Portage #8A91CD
RGB
CMYK
RGB Variations
Color information
#8A91CD (or 0x8A91CD) is known color: Portage. HEX triplet: 8A, 91 and CD. RGB value is (138,145,205). Sum of RGB (Red+Green+Blue) = 138+145+205=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A91CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A91CD is #756E32. Grayscale: #959595. Windows color (decimal): -7695923 or 13472138. OLE color: 13472138.
HSL color Cylindrical-coordinate representation of color #8A91CD: hue angle of 233.73º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A91CD is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 145 | 205 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.20 |
| HSL | 233.73º | 0.4% | 0.67% | - |
| HSV(B) | 233.73º | 0.33% | 0.8% | - |
| XYZ | 31.63 | 30.06 | 61.89 | - |
| YUV | 149.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 205 | 0.33 | 0.29 | 0 | 0.20 | 233.73 | 0.4 | 0.67 |
| Hex | 8A | 91 | CD | 21 | 1D | 0 | 14 | EA | 28 | 43 |
| Octal | 212 | 221 | 315 | 41 | 35 | 0 | 24 | 352 | 50 | 103 |
| Binary | 10001010 | 10010001 | 11001101 | 100001 | 11101 | 0 | 10100 | 11101010 | 101000 | 1000011 |
Color Harmonies of #8A91CD
Complementary color
Monochromatic Colors of #8A91CD
Black with #8A91CD
Text Example
Text Example
White with #8A91CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A91CD; }
p { color: rgb(138,145,205); }
H1.HeaderClassName
{
color: #8A91CD;
}
.AnyTagClassName
{
color: #8A91CD;
}
</style>
background-color css
<style>
a { background-color: #8A91CD; }
a { background-color: rgb(138,145,205); }
div.DivClassName
{
background-color: #8A91CD;
}
.BgClassName
{
background-color: #8A91CD;
}
</style>
border-color css
<style>
span { border-color: #8A91CD; }
span { border-color: rgb(138,145,205); }
td.TdClassName
{
border-color: #8A91CD;
}
.TagClassName
{
border-color: #8A91CD;
}
</style>