#7490D7

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

Shades of Portage #7490D7

Tints of Portage #7490D7

Color information

#7490D7 (or 0x7490D7) is unknown color: approx Portage. HEX triplet: 74, 90 and D7. RGB value is (116,144,215). Sum of RGB (Red+Green+Blue) = 116+144+215=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #7490D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490D7 is #8B6F28. Grayscale: #8F8F8F. Windows color (decimal): -9137961 or 14127220. OLE color: 14127220.

HSL color Cylindrical-coordinate representation of color #7490D7: hue angle of 223.03º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7490D7 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116144215-
CMYK0.460.3300.16
HSL223.03º55.31%64.9%-
HSV(B)223.03º46.05%84.31%-
XYZ29.4428.5768.25-
YUV143.72168.22108.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 215 (84.38% from 255) = 45.26%
R=24.42%
G=30.32%
B=45.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1161442150.460.3300.16223.0355.3164.9
Hex7490D72E21010df3741
Octal164220327564102033767101
Binary11101001001000011010111101110100001010000110111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7490D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7490D7; }

 p { color: rgb(116,144,215); }

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

<style>
 a { background-color: #7490D7; }

 a { background-color: rgb(116,144,215); }

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

<style>
 span { border-color: #7490D7; }

 span { border-color: rgb(116,144,215); }

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