Shades of Portage #8A8CCF
Tints of Portage #8A8CCF
RGB
CMYK
RGB Variations
Color information
#8A8CCF (or 0x8A8CCF) is known color: Portage. HEX triplet: 8A, 8C and CF. RGB value is (138,140,207). Sum of RGB (Red+Green+Blue) = 138+140+207=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A8CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CCF is #757330. Grayscale: #929292. Windows color (decimal): -7697201 or 13601930. OLE color: 13601930.
HSL color Cylindrical-coordinate representation of color #8A8CCF: hue angle of 238.26º 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 #8A8CCF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 140 | 207 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.19 |
| HSL | 238.26º | 0.42% | 0.68% | - |
| HSV(B) | 238.26º | 0.33% | 0.81% | - |
| XYZ | 31.12 | 28.66 | 62.92 | - |
| YUV | 147.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 207 | 0.33 | 0.32 | 0 | 0.19 | 238.26 | 0.42 | 0.68 |
| Hex | 8A | 8C | CF | 21 | 20 | 0 | 13 | EE | 2A | 44 |
| Octal | 212 | 214 | 317 | 41 | 40 | 0 | 23 | 356 | 52 | 104 |
| Binary | 10001010 | 10001100 | 11001111 | 100001 | 100000 | 0 | 10011 | 11101110 | 101010 | 1000100 |
Color Harmonies of #8A8CCF
Complementary color
Monochromatic Colors of #8A8CCF
Black with #8A8CCF
Text Example
Text Example
White with #8A8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CCF; }
p { color: rgb(138,140,207); }
H1.HeaderClassName
{
color: #8A8CCF;
}
.AnyTagClassName
{
color: #8A8CCF;
}
</style>
background-color css
<style>
a { background-color: #8A8CCF; }
a { background-color: rgb(138,140,207); }
div.DivClassName
{
background-color: #8A8CCF;
}
.BgClassName
{
background-color: #8A8CCF;
}
</style>
border-color css
<style>
span { border-color: #8A8CCF; }
span { border-color: rgb(138,140,207); }
td.TdClassName
{
border-color: #8A8CCF;
}
.TagClassName
{
border-color: #8A8CCF;
}
</style>