Shades of Portage #8C8FDA
Tints of Portage #8C8FDA
RGB
CMYK
RGB Variations
Color information
#8C8FDA (or 0x8C8FDA) is known color: Portage. HEX triplet: 8C, 8F and DA. RGB value is (140,143,218). Sum of RGB (Red+Green+Blue) = 140+143+218=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C8FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8FDA is #737025. Grayscale: #969696. Windows color (decimal): -7565350 or 14323596. OLE color: 14323596.
HSL color Cylindrical-coordinate representation of color #8C8FDA: hue angle of 237.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C8FDA is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 143 | 218 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.15 |
| HSL | 237.69º | 0.51% | 0.7% | - |
| HSV(B) | 237.69º | 0.36% | 0.85% | - |
| XYZ | 33.29 | 30.28 | 70.42 | - |
| YUV | 150.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 218 | 0.36 | 0.34 | 0 | 0.15 | 237.69 | 0.51 | 0.7 |
| Hex | 8C | 8F | DA | 24 | 22 | 0 | F | EE | 33 | 46 |
| Octal | 214 | 217 | 332 | 44 | 42 | 0 | 17 | 356 | 63 | 106 |
| Binary | 10001100 | 10001111 | 11011010 | 100100 | 100010 | 0 | 1111 | 11101110 | 110011 | 1000110 |
Color Harmonies of #8C8FDA
Complementary color
Monochromatic Colors of #8C8FDA
Black with #8C8FDA
Text Example
Text Example
White with #8C8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FDA; }
p { color: rgb(140,143,218); }
H1.HeaderClassName
{
color: #8C8FDA;
}
.AnyTagClassName
{
color: #8C8FDA;
}
</style>
background-color css
<style>
a { background-color: #8C8FDA; }
a { background-color: rgb(140,143,218); }
div.DivClassName
{
background-color: #8C8FDA;
}
.BgClassName
{
background-color: #8C8FDA;
}
</style>
border-color css
<style>
span { border-color: #8C8FDA; }
span { border-color: rgb(140,143,218); }
td.TdClassName
{
border-color: #8C8FDA;
}
.TagClassName
{
border-color: #8C8FDA;
}
</style>