Shades of Portage #8393FF
Tints of Portage #8393FF
RGB
CMYK
RGB Variations
Color information
#8393FF (or 0x8393FF) is known color: Portage. HEX triplet: 83, 93 and FF. RGB value is (131,147,255). Sum of RGB (Red+Green+Blue) = 131+147+255=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #8393FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8393FF is #7C6C00. Grayscale: #9A9A9A. Windows color (decimal): -8154113 or 16749443. OLE color: 16749443.
HSL color Cylindrical-coordinate representation of color #8393FF: hue angle of 232.26º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8393FF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 147 | 255 | - |
| CMYK | 0.49 | 0.42 | 0 | 0 |
| HSL | 232.26º | 1% | 0.76% | - |
| HSV(B) | 232.26º | 0.49% | 1% | - |
| XYZ | 37.84 | 32.91 | 98.97 | - |
| YUV | 154.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 255 | 0.49 | 0.42 | 0 | 0 | 232.26 | 1 | 0.76 |
| Hex | 83 | 93 | FF | 31 | 2A | 0 | 0 | E8 | 64 | 4C |
| Octal | 203 | 223 | 377 | 61 | 52 | 0 | 0 | 350 | 144 | 114 |
| Binary | 10000011 | 10010011 | 11111111 | 110001 | 101010 | 0 | 0 | 11101000 | 1100100 | 1001100 |
Color Harmonies of #8393FF
Complementary color
Monochromatic Colors of #8393FF
Black with #8393FF
Text Example
Text Example
White with #8393FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8393FF; }
p { color: rgb(131,147,255); }
H1.HeaderClassName
{
color: #8393FF;
}
.AnyTagClassName
{
color: #8393FF;
}
</style>
background-color css
<style>
a { background-color: #8393FF; }
a { background-color: rgb(131,147,255); }
div.DivClassName
{
background-color: #8393FF;
}
.BgClassName
{
background-color: #8393FF;
}
</style>
border-color css
<style>
span { border-color: #8393FF; }
span { border-color: rgb(131,147,255); }
td.TdClassName
{
border-color: #8393FF;
}
.TagClassName
{
border-color: #8393FF;
}
</style>