Shades of Portage #8794CA
Tints of Portage #8794CA
RGB
CMYK
RGB Variations
Color information
#8794CA (or 0x8794CA) is known color: Portage. HEX triplet: 87, 94 and CA. RGB value is (135,148,202). Sum of RGB (Red+Green+Blue) = 135+148+202=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #8794CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794CA is #786B35. Grayscale: #969696. Windows color (decimal): -7891766 or 13276295. OLE color: 13276295.
HSL color Cylindrical-coordinate representation of color #8794CA: hue angle of 228.36º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8794CA is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 148 | 202 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.21 |
| HSL | 228.36º | 0.39% | 0.66% | - |
| HSV(B) | 228.36º | 0.33% | 0.79% | - |
| XYZ | 31.24 | 30.59 | 60.14 | - |
| YUV | 150.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 202 | 0.33 | 0.27 | 0 | 0.21 | 228.36 | 0.39 | 0.66 |
| Hex | 87 | 94 | CA | 21 | 1B | 0 | 15 | E4 | 27 | 42 |
| Octal | 207 | 224 | 312 | 41 | 33 | 0 | 25 | 344 | 47 | 102 |
| Binary | 10000111 | 10010100 | 11001010 | 100001 | 11011 | 0 | 10101 | 11100100 | 100111 | 1000010 |
Color Harmonies of #8794CA
Complementary color
Monochromatic Colors of #8794CA
Black with #8794CA
Text Example
Text Example
White with #8794CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8794CA; }
p { color: rgb(135,148,202); }
H1.HeaderClassName
{
color: #8794CA;
}
.AnyTagClassName
{
color: #8794CA;
}
</style>
background-color css
<style>
a { background-color: #8794CA; }
a { background-color: rgb(135,148,202); }
div.DivClassName
{
background-color: #8794CA;
}
.BgClassName
{
background-color: #8794CA;
}
</style>
border-color css
<style>
span { border-color: #8794CA; }
span { border-color: rgb(135,148,202); }
td.TdClassName
{
border-color: #8794CA;
}
.TagClassName
{
border-color: #8794CA;
}
</style>