#7582E0

Color #7582E0 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #7582E0

Tints of Portage #7582E0

Color information

#7582E0 (or 0x7582E0) is unknown color: approx Portage. HEX triplet: 75, 82 and E0. RGB value is (117,130,224). Sum of RGB (Red+Green+Blue) = 117+130+224=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 130 (51.17% from 255 or 27.60% 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 #7582E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7582E0 is #8A7D1F. Grayscale: #888888. Windows color (decimal): -9076000 or 14713461. OLE color: 14713461.

HSL color Cylindrical-coordinate representation of color #7582E0: hue angle of 232.71º degrees, saturation: 0.63, 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 #7582E0 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117130224-
CMYK0.480.4200.12
HSL232.71º63.31%66.86%-
HSV(B)232.71º47.77%87.84%-
XYZ28.7725.1373.85-
YUV136.83177.19113.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 224 (87.89% from 255) = 47.56%
R=24.84%
G=27.60%
B=47.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171302240.480.4200.12232.7163.3166.86
Hex7582E0302A0Ce93f43
Octal165202340605201435177103
Binary1110101100000101110000011000010101001100111010011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7582E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7582E0; }

 p { color: rgb(117,130,224); }

 H1.HeaderClassName
 {
   color: #7582E0;
 }
 .AnyTagClassName
 {
   color: #7582E0;
 }
</style>
background-color css

<style>
 a { background-color: #7582E0; }

 a { background-color: rgb(117,130,224); }

 div.DivClassName
 {
   background-color: #7582E0;
 }
 .BgClassName
 {
   background-color: #7582E0;
 }
</style>
border-color css

<style>
 span { border-color: #7582E0; }

 span { border-color: rgb(117,130,224); }

 td.TdClassName
 {
   border-color: #7582E0;
 }
 .TagClassName
 {
   border-color: #7582E0;
 }
</style>