Shades of Portage #8597ED
Tints of Portage #8597ED
RGB
CMYK
RGB Variations
Color information
#8597ED (or 0x8597ED) is known color: Portage. HEX triplet: 85, 97 and ED. RGB value is (133,151,237). Sum of RGB (Red+Green+Blue) = 133+151+237=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #8597ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8597ED is #7A6812. Grayscale: #9B9B9B. Windows color (decimal): -8022035 or 15570821. OLE color: 15570821.
HSL color Cylindrical-coordinate representation of color #8597ED: hue angle of 229.62º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8597ED is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 151 | 237 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.07 |
| HSL | 229.62º | 0.74% | 0.73% | - |
| HSV(B) | 229.62º | 0.44% | 0.93% | - |
| XYZ | 36.03 | 33.23 | 84.64 | - |
| YUV | 155.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 237 | 0.44 | 0.36 | 0 | 0.07 | 229.62 | 0.74 | 0.73 |
| Hex | 85 | 97 | ED | 2C | 24 | 0 | 7 | E6 | 4A | 49 |
| Octal | 205 | 227 | 355 | 54 | 44 | 0 | 7 | 346 | 112 | 111 |
| Binary | 10000101 | 10010111 | 11101101 | 101100 | 100100 | 0 | 111 | 11100110 | 1001010 | 1001001 |
Color Harmonies of #8597ED
Complementary color
Monochromatic Colors of #8597ED
Black with #8597ED
Text Example
Text Example
White with #8597ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8597ED; }
p { color: rgb(133,151,237); }
H1.HeaderClassName
{
color: #8597ED;
}
.AnyTagClassName
{
color: #8597ED;
}
</style>
background-color css
<style>
a { background-color: #8597ED; }
a { background-color: rgb(133,151,237); }
div.DivClassName
{
background-color: #8597ED;
}
.BgClassName
{
background-color: #8597ED;
}
</style>
border-color css
<style>
span { border-color: #8597ED; }
span { border-color: rgb(133,151,237); }
td.TdClassName
{
border-color: #8597ED;
}
.TagClassName
{
border-color: #8597ED;
}
</style>