#7581E0

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

Shades of Portage #7581E0

Tints of Portage #7581E0

Color information

#7581E0 (or 0x7581E0) is unknown color: approx Portage. HEX triplet: 75, 81 and E0. RGB value is (117,129,224). Sum of RGB (Red+Green+Blue) = 117+129+224=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #7581E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7581E0 is #8A7E1F. Grayscale: #878787. Windows color (decimal): -9076256 or 14713205. OLE color: 14713205.

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

Color convert

RGB117129224-
CMYK0.480.4200.12
HSL233.27º63.31%66.86%-
HSV(B)233.27º47.77%87.84%-
XYZ28.6424.8673.81-
YUV136.24177.52114.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.89%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 224 (87.89% from 255) = 47.66%
R=24.89%
G=27.45%
B=47.66%

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
Decimal1171292240.480.4200.12233.2763.3166.86
Hex7581E0302A0Ce93f43
Octal165201340605201435177103
Binary1110101100000011110000011000010101001100111010011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7581E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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