#7990D0

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

Shades of Portage #7990D0

Tints of Portage #7990D0

Color information

#7990D0 (or 0x7990D0) is unknown color: approx Portage. HEX triplet: 79, 90 and D0. RGB value is (121,144,208). Sum of RGB (Red+Green+Blue) = 121+144+208=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #7990D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990D0 is #866F2F. Grayscale: #909090. Windows color (decimal): -8810288 or 13668473. OLE color: 13668473.

HSL color Cylindrical-coordinate representation of color #7990D0: hue angle of 224.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7990D0 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121144208-
CMYK0.420.3100.18
HSL224.14º48.07%64.51%-
HSV(B)224.14º41.83%81.57%-
XYZ29.2428.5763.65-
YUV144.42163.88111.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.58%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 208 (81.64% from 255) = 43.97%
R=25.58%
G=30.44%
B=43.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211442080.420.3100.18224.1448.0764.51
Hex7990D02A1F012e03041
Octal171220320523702234060101
Binary1111001100100001101000010101011111010010111000001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7990D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7990D0; }

 p { color: rgb(121,144,208); }

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

<style>
 a { background-color: #7990D0; }

 a { background-color: rgb(121,144,208); }

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

<style>
 span { border-color: #7990D0; }

 span { border-color: rgb(121,144,208); }

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