#7D90DC

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

Shades of Portage #7D90DC

Tints of Portage #7D90DC

Color information

#7D90DC (or 0x7D90DC) is unknown color: approx Portage. HEX triplet: 7D, 90 and DC. RGB value is (125,144,220). Sum of RGB (Red+Green+Blue) = 125+144+220=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D90DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D90DC is #826F23. Grayscale: #929292. Windows color (decimal): -8548132 or 14454909. OLE color: 14454909.

HSL color Cylindrical-coordinate representation of color #7D90DC: hue angle of 228º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D90DC is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125144220-
CMYK0.430.3500.14
HSL228º57.58%67.65%-
HSV(B)228º43.18%86.27%-
XYZ31.3529.4771.75-
YUV146.98169.21112.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.56%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=25.56%
G=29.45%
B=44.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251442200.430.3500.1422857.5867.65
Hex7D90DC2B230Ee43a44
Octal175220334534301634472104
Binary1111101100100001101110010101110001101110111001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D90DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D90DC; }

 p { color: rgb(125,144,220); }

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

<style>
 a { background-color: #7D90DC; }

 a { background-color: rgb(125,144,220); }

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

<style>
 span { border-color: #7D90DC; }

 span { border-color: rgb(125,144,220); }

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