#7486DE

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

Shades of Portage #7486DE

Tints of Portage #7486DE

Color information

#7486DE (or 0x7486DE) is unknown color: approx Portage. HEX triplet: 74, 86 and DE. RGB value is (116,134,222). Sum of RGB (Red+Green+Blue) = 116+134+222=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #7486DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7486DE is #8B7921. Grayscale: #8A8A8A. Windows color (decimal): -9140514 or 14583412. OLE color: 14583412.

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

Color convert

RGB116134222-
CMYK0.480.4000.13
HSL229.81º61.63%66.27%-
HSV(B)229.81º47.75%87.06%-
XYZ28.9126.0472.61-
YUV138.65175.04111.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.58%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 222 (87.11% from 255) = 47.03%
R=24.58%
G=28.39%
B=47.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161342220.480.4000.13229.8161.6366.27
Hex7486DE30280De63e42
Octal164206336605001534676102
Binary1110100100001101101111011000010100001101111001101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7486DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,134,222); }

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

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

 a { background-color: rgb(116,134,222); }

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

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

 span { border-color: rgb(116,134,222); }

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