Shades of Portage #8C96EA
Tints of Portage #8C96EA
RGB
CMYK
RGB Variations
Color information
#8C96EA (or 0x8C96EA) is known color: Portage. HEX triplet: 8C, 96 and EA. RGB value is (140,150,234). Sum of RGB (Red+Green+Blue) = 140+150+234=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C96EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C96EA is #736915. Grayscale: #9C9C9C. Windows color (decimal): -7563542 or 15373964. OLE color: 15373964.
HSL color Cylindrical-coordinate representation of color #8C96EA: hue angle of 233.62º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C96EA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 150 | 234 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.08 |
| HSL | 233.62º | 0.69% | 0.73% | - |
| HSV(B) | 233.62º | 0.4% | 0.92% | - |
| XYZ | 36.57 | 33.33 | 82.35 | - |
| YUV | 156.59 | 171.69 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 234 | 0.40 | 0.36 | 0 | 0.08 | 233.62 | 0.69 | 0.73 |
| Hex | 8C | 96 | EA | 28 | 24 | 0 | 8 | EA | 45 | 49 |
| Octal | 214 | 226 | 352 | 50 | 44 | 0 | 10 | 352 | 105 | 111 |
| Binary | 10001100 | 10010110 | 11101010 | 101000 | 100100 | 0 | 1000 | 11101010 | 1000101 | 1001001 |
Color Harmonies of #8C96EA
Complementary color
Monochromatic Colors of #8C96EA
Black with #8C96EA
Text Example
Text Example
White with #8C96EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C96EA; }
p { color: rgb(140,150,234); }
H1.HeaderClassName
{
color: #8C96EA;
}
.AnyTagClassName
{
color: #8C96EA;
}
</style>
background-color css
<style>
a { background-color: #8C96EA; }
a { background-color: rgb(140,150,234); }
div.DivClassName
{
background-color: #8C96EA;
}
.BgClassName
{
background-color: #8C96EA;
}
</style>
border-color css
<style>
span { border-color: #8C96EA; }
span { border-color: rgb(140,150,234); }
td.TdClassName
{
border-color: #8C96EA;
}
.TagClassName
{
border-color: #8C96EA;
}
</style>