#7584DE

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

Shades of Portage #7584DE

Tints of Portage #7584DE

Color information

#7584DE (or 0x7584DE) is unknown color: approx Portage. HEX triplet: 75, 84 and DE. RGB value is (117,132,222). Sum of RGB (Red+Green+Blue) = 117+132+222=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #7584DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584DE is #8A7B21. Grayscale: #898989. Windows color (decimal): -9075490 or 14582901. OLE color: 14582901.

HSL color Cylindrical-coordinate representation of color #7584DE: hue angle of 231.43º 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 #7584DE is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117132222-
CMYK0.470.4100.13
HSL231.43º61.4%66.47%-
HSV(B)231.43º47.3%87.06%-
XYZ28.7725.5672.52-
YUV137.77175.53113.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 222 (87.11% from 255) = 47.13%
R=24.84%
G=28.03%
B=47.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171322220.470.4100.13231.4361.466.47
Hex7584DE2F290De73d42
Octal165204336575101534775102
Binary1110101100001001101111010111110100101101111001111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7584DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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