#7C94CC

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

Shades of Portage #7C94CC

Tints of Portage #7C94CC

Color information

#7C94CC (or 0x7C94CC) is unknown color: approx Portage. HEX triplet: 7C, 94 and CC. RGB value is (124,148,204). Sum of RGB (Red+Green+Blue) = 124+148+204=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C94CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C94CC is #836B33. Grayscale: #929292. Windows color (decimal): -8612660 or 13407356. OLE color: 13407356.

HSL color Cylindrical-coordinate representation of color #7C94CC: hue angle of 222º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C94CC is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB124148204-
CMYK0.390.2700.2
HSL222º43.96%64.31%-
HSV(B)222º39.22%80%-
XYZ29.829.8261.31-
YUV147.21160.05111.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.05%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=26.05%
G=31.09%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1241482040.390.2700.222243.9664.31
Hex7C94CC271B014de2c40
Octal174224314473302433654100
Binary1111100100101001100110010011111011010100110111101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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