#7c94dd

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

Shades of Portage #7C94DD

Tints of Portage #7C94DD

Color information

#7C94DD (or 0x7C94DD) is unknown color: approx Portage. HEX triplet: 7C, 94 and DD. RGB value is (124,148,221). Sum of RGB (Red+Green+Blue) = 124+148+221=493 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.15% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C94DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C94DD is #836B22. Grayscale: #949494. Windows color (decimal): -8612643 or 14521468. OLE color: 14521468.

HSL color Cylindrical-coordinate representation of color #7C94DD: hue angle of 225.15º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C94DD is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124148221-
CMYK0.440.3300.13
HSL225.15º58.79%67.65%-
HSV(B)225.15º43.89%86.67%-
XYZ31.9530.6972.65-
YUV149.15168.55110.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.15%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=25.15%
G=30.02%
B=44.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241482210.440.3300.13225.1558.7967.65
Hex7C94DD2C210De13b44
Octal174224335544101534173104
Binary1111100100101001101110110110010000101101111000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c94dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,148,221); }

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

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

 a { background-color: rgb(124,148,221); }

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

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

 span { border-color: rgb(124,148,221); }

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