Shades of Portage #8495FE
Tints of Portage #8495FE
RGB
CMYK
RGB Variations
Color information
#8495FE (or 0x8495FE) is known color: Portage. HEX triplet: 84, 95 and FE. RGB value is (132,149,254). Sum of RGB (Red+Green+Blue) = 132+149+254=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #8495FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8495FE is #7B6A01. Grayscale: #9B9B9B. Windows color (decimal): -8088066 or 16684420. OLE color: 16684420.
HSL color Cylindrical-coordinate representation of color #8495FE: hue angle of 231.64º 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 #8495FE is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 149 | 254 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.00 |
| HSL | 231.64º | 0.98% | 0.76% | - |
| HSV(B) | 231.64º | 0.48% | 1% | - |
| XYZ | 38.15 | 33.56 | 98.23 | - |
| YUV | 155.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 254 | 0.48 | 0.41 | 0 | 0.00 | 231.64 | 0.98 | 0.76 |
| Hex | 84 | 95 | FE | 30 | 29 | 0 | 0 | E8 | 62 | 4C |
| Octal | 204 | 225 | 376 | 60 | 51 | 0 | 0 | 350 | 142 | 114 |
| Binary | 10000100 | 10010101 | 11111110 | 110000 | 101001 | 0 | 0 | 11101000 | 1100010 | 1001100 |
Color Harmonies of #8495FE
Complementary color
Monochromatic Colors of #8495FE
Black with #8495FE
Text Example
Text Example
White with #8495FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8495FE; }
p { color: rgb(132,149,254); }
H1.HeaderClassName
{
color: #8495FE;
}
.AnyTagClassName
{
color: #8495FE;
}
</style>
background-color css
<style>
a { background-color: #8495FE; }
a { background-color: rgb(132,149,254); }
div.DivClassName
{
background-color: #8495FE;
}
.BgClassName
{
background-color: #8495FE;
}
</style>
border-color css
<style>
span { border-color: #8495FE; }
span { border-color: rgb(132,149,254); }
td.TdClassName
{
border-color: #8495FE;
}
.TagClassName
{
border-color: #8495FE;
}
</style>