Shades of Portage #8591CF
Tints of Portage #8591CF
RGB
CMYK
RGB Variations
Color information
#8591CF (or 0x8591CF) is known color: Portage. HEX triplet: 85, 91 and CF. RGB value is (133,145,207). Sum of RGB (Red+Green+Blue) = 133+145+207=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 145 (57.03% from 255 or 29.90% 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 #8591CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8591CF is #7A6E30. Grayscale: #949494. Windows color (decimal): -8023601 or 13603205. OLE color: 13603205.
HSL color Cylindrical-coordinate representation of color #8591CF: hue angle of 230.27º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8591CF is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 145 | 207 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.19 |
| HSL | 230.27º | 0.44% | 0.67% | - |
| HSV(B) | 230.27º | 0.36% | 0.81% | - |
| XYZ | 31.06 | 29.74 | 63.14 | - |
| YUV | 148.48 | 161.02 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 207 | 0.36 | 0.30 | 0 | 0.19 | 230.27 | 0.44 | 0.67 |
| Hex | 85 | 91 | CF | 24 | 1E | 0 | 13 | E6 | 2C | 43 |
| Octal | 205 | 221 | 317 | 44 | 36 | 0 | 23 | 346 | 54 | 103 |
| Binary | 10000101 | 10010001 | 11001111 | 100100 | 11110 | 0 | 10011 | 11100110 | 101100 | 1000011 |
Color Harmonies of #8591CF
Complementary color
Monochromatic Colors of #8591CF
Black with #8591CF
Text Example
Text Example
White with #8591CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8591CF; }
p { color: rgb(133,145,207); }
H1.HeaderClassName
{
color: #8591CF;
}
.AnyTagClassName
{
color: #8591CF;
}
</style>
background-color css
<style>
a { background-color: #8591CF; }
a { background-color: rgb(133,145,207); }
div.DivClassName
{
background-color: #8591CF;
}
.BgClassName
{
background-color: #8591CF;
}
</style>
border-color css
<style>
span { border-color: #8591CF; }
span { border-color: rgb(133,145,207); }
td.TdClassName
{
border-color: #8591CF;
}
.TagClassName
{
border-color: #8591CF;
}
</style>