#7587DC

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

Shades of Portage #7587DC

Tints of Portage #7587DC

Color information

#7587DC (or 0x7587DC) is unknown color: approx Portage. HEX triplet: 75, 87 and DC. RGB value is (117,135,220). Sum of RGB (Red+Green+Blue) = 117+135+220=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #7587DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7587DC is #8A7823. Grayscale: #8A8A8A. Windows color (decimal): -9074724 or 14452597. OLE color: 14452597.

HSL color Cylindrical-coordinate representation of color #7587DC: hue angle of 229.51º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7587DC is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117135220-
CMYK0.470.3900.14
HSL229.51º59.54%66.08%-
HSV(B)229.51º46.82%86.27%-
XYZ28.9226.2871.26-
YUV139.31173.54112.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=24.79%
G=28.60%
B=46.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171352200.470.3900.14229.5159.5466.08
Hex7587DC2F270Ee63c42
Octal165207334574701634674102
Binary1110101100001111101110010111110011101110111001101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7587DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7587DC; }

 p { color: rgb(117,135,220); }

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

<style>
 a { background-color: #7587DC; }

 a { background-color: rgb(117,135,220); }

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

<style>
 span { border-color: #7587DC; }

 span { border-color: rgb(117,135,220); }

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