Shades of Portage #8A8FCF
Tints of Portage #8A8FCF
RGB
CMYK
RGB Variations
Color information
#8A8FCF (or 0x8A8FCF) is known color: Portage. HEX triplet: 8A, 8F and CF. RGB value is (138,143,207). Sum of RGB (Red+Green+Blue) = 138+143+207=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A8FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FCF is #757030. Grayscale: #949494. Windows color (decimal): -7696433 or 13602698. OLE color: 13602698.
HSL color Cylindrical-coordinate representation of color #8A8FCF: hue angle of 235.65º 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 #8A8FCF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 143 | 207 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.19 |
| HSL | 235.65º | 0.42% | 0.68% | - |
| HSV(B) | 235.65º | 0.33% | 0.81% | - |
| XYZ | 31.57 | 29.55 | 63.07 | - |
| YUV | 148.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 207 | 0.33 | 0.31 | 0 | 0.19 | 235.65 | 0.42 | 0.68 |
| Hex | 8A | 8F | CF | 21 | 1F | 0 | 13 | EC | 2A | 44 |
| Octal | 212 | 217 | 317 | 41 | 37 | 0 | 23 | 354 | 52 | 104 |
| Binary | 10001010 | 10001111 | 11001111 | 100001 | 11111 | 0 | 10011 | 11101100 | 101010 | 1000100 |
Color Harmonies of #8A8FCF
Complementary color
Monochromatic Colors of #8A8FCF
Black with #8A8FCF
Text Example
Text Example
White with #8A8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8FCF; }
p { color: rgb(138,143,207); }
H1.HeaderClassName
{
color: #8A8FCF;
}
.AnyTagClassName
{
color: #8A8FCF;
}
</style>
background-color css
<style>
a { background-color: #8A8FCF; }
a { background-color: rgb(138,143,207); }
div.DivClassName
{
background-color: #8A8FCF;
}
.BgClassName
{
background-color: #8A8FCF;
}
</style>
border-color css
<style>
span { border-color: #8A8FCF; }
span { border-color: rgb(138,143,207); }
td.TdClassName
{
border-color: #8A8FCF;
}
.TagClassName
{
border-color: #8A8FCF;
}
</style>