Shades of Portage #7483E0
Tints of Portage #7483E0
RGB
CMYK
RGB Variations
Color information
#7483E0 (or 0x7483E0) is known color: Portage. HEX triplet: 74, 83 and E0. RGB value is (116,131,224). Sum of RGB (Red+Green+Blue) = 116+131+224=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #7483E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7483E0 is #8B7C1F. Grayscale: #888888. Windows color (decimal): -9141280 or 14713716. OLE color: 14713716.
HSL color Cylindrical-coordinate representation of color #7483E0: hue angle of 231.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7483E0 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 131 | 224 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.12 |
| HSL | 231.67º | 0.64% | 0.67% | - |
| HSV(B) | 231.67º | 0.48% | 0.88% | - |
| XYZ | 28.77 | 25.33 | 73.89 | - |
| YUV | 137.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 224 | 0.48 | 0.42 | 0 | 0.12 | 231.67 | 0.64 | 0.67 |
| Hex | 74 | 83 | E0 | 30 | 2A | 0 | C | E8 | 40 | 43 |
| Octal | 164 | 203 | 340 | 60 | 52 | 0 | 14 | 350 | 100 | 103 |
| Binary | 1110100 | 10000011 | 11100000 | 110000 | 101010 | 0 | 1100 | 11101000 | 1000000 | 1000011 |
Color Harmonies of #7483E0
Complementary color
Monochromatic Colors of #7483E0
Black with #7483E0
Text Example
Text Example
White with #7483E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7483E0; }
p { color: rgb(116,131,224); }
H1.HeaderClassName
{
color: #7483E0;
}
.AnyTagClassName
{
color: #7483E0;
}
</style>
background-color css
<style>
a { background-color: #7483E0; }
a { background-color: rgb(116,131,224); }
div.DivClassName
{
background-color: #7483E0;
}
.BgClassName
{
background-color: #7483E0;
}
</style>
border-color css
<style>
span { border-color: #7483E0; }
span { border-color: rgb(116,131,224); }
td.TdClassName
{
border-color: #7483E0;
}
.TagClassName
{
border-color: #7483E0;
}
</style>