#7581DE

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

Shades of Portage #7581DE

Tints of Portage #7581DE

Color information

#7581DE (or 0x7581DE) is unknown color: approx Portage. HEX triplet: 75, 81 and DE. RGB value is (117,129,222). Sum of RGB (Red+Green+Blue) = 117+129+222=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #7581DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7581DE is #8A7E21. Grayscale: #878787. Windows color (decimal): -9076258 or 14582133. OLE color: 14582133.

HSL color Cylindrical-coordinate representation of color #7581DE: hue angle of 233.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7581DE is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117129222-
CMYK0.470.4200.13
HSL233.14º61.4%66.47%-
HSV(B)233.14º47.3%87.06%-
XYZ28.3724.7672.39-
YUV136.01176.52114.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 222 (87.11% from 255) = 47.44%
R=25%
G=27.56%
B=47.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171292220.470.4200.13233.1461.466.47
Hex7581DE2F2A0De93d42
Octal165201336575201535175102
Binary1110101100000011101111010111110101001101111010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7581DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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