Shades of Portage #8597FE
Tints of Portage #8597FE
RGB
CMYK
RGB Variations
Color information
#8597FE (or 0x8597FE) is known color: Portage. HEX triplet: 85, 97 and FE. RGB value is (133,151,254). Sum of RGB (Red+Green+Blue) = 133+151+254=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #8597FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8597FE is #7A6801. Grayscale: #9C9C9C. Windows color (decimal): -8022018 or 16684933. OLE color: 16684933.
HSL color Cylindrical-coordinate representation of color #8597FE: hue angle of 231.07º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8597FE is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 151 | 254 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.00 |
| HSL | 231.07º | 0.98% | 0.76% | - |
| HSV(B) | 231.07º | 0.48% | 1% | - |
| XYZ | 38.63 | 34.28 | 98.35 | - |
| YUV | 157.36 | 182.54 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 254 | 0.48 | 0.41 | 0 | 0.00 | 231.07 | 0.98 | 0.76 |
| Hex | 85 | 97 | FE | 30 | 29 | 0 | 0 | E7 | 62 | 4C |
| Octal | 205 | 227 | 376 | 60 | 51 | 0 | 0 | 347 | 142 | 114 |
| Binary | 10000101 | 10010111 | 11111110 | 110000 | 101001 | 0 | 0 | 11100111 | 1100010 | 1001100 |
Color Harmonies of #8597FE
Complementary color
Monochromatic Colors of #8597FE
Black with #8597FE
Text Example
Text Example
White with #8597FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8597FE; }
p { color: rgb(133,151,254); }
H1.HeaderClassName
{
color: #8597FE;
}
.AnyTagClassName
{
color: #8597FE;
}
</style>
background-color css
<style>
a { background-color: #8597FE; }
a { background-color: rgb(133,151,254); }
div.DivClassName
{
background-color: #8597FE;
}
.BgClassName
{
background-color: #8597FE;
}
</style>
border-color css
<style>
span { border-color: #8597FE; }
span { border-color: rgb(133,151,254); }
td.TdClassName
{
border-color: #8597FE;
}
.TagClassName
{
border-color: #8597FE;
}
</style>