Shades of Portage #8398EE
Tints of Portage #8398EE
RGB
CMYK
RGB Variations
Color information
#8398EE (or 0x8398EE) is known color: Portage. HEX triplet: 83, 98 and EE. RGB value is (131,152,238). Sum of RGB (Red+Green+Blue) = 131+152+238=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #8398EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8398EE is #7C6711. Grayscale: #9B9B9B. Windows color (decimal): -8152850 or 15636611. OLE color: 15636611.
HSL color Cylindrical-coordinate representation of color #8398EE: hue angle of 228.22º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8398EE is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 152 | 238 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.07 |
| HSL | 228.22º | 0.76% | 0.72% | - |
| HSV(B) | 228.22º | 0.45% | 0.93% | - |
| XYZ | 36.02 | 33.45 | 85.45 | - |
| YUV | 155.53 | 174.54 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 238 | 0.45 | 0.36 | 0 | 0.07 | 228.22 | 0.76 | 0.72 |
| Hex | 83 | 98 | EE | 2D | 24 | 0 | 7 | E4 | 4C | 48 |
| Octal | 203 | 230 | 356 | 55 | 44 | 0 | 7 | 344 | 114 | 110 |
| Binary | 10000011 | 10011000 | 11101110 | 101101 | 100100 | 0 | 111 | 11100100 | 1001100 | 1001000 |
Color Harmonies of #8398EE
Complementary color
Monochromatic Colors of #8398EE
Black with #8398EE
Text Example
Text Example
White with #8398EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8398EE; }
p { color: rgb(131,152,238); }
H1.HeaderClassName
{
color: #8398EE;
}
.AnyTagClassName
{
color: #8398EE;
}
</style>
background-color css
<style>
a { background-color: #8398EE; }
a { background-color: rgb(131,152,238); }
div.DivClassName
{
background-color: #8398EE;
}
.BgClassName
{
background-color: #8398EE;
}
</style>
border-color css
<style>
span { border-color: #8398EE; }
span { border-color: rgb(131,152,238); }
td.TdClassName
{
border-color: #8398EE;
}
.TagClassName
{
border-color: #8398EE;
}
</style>