#7C93CC

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

Shades of Portage #7C93CC

Tints of Portage #7C93CC

Color information

#7C93CC (or 0x7C93CC) is unknown color: approx Portage. HEX triplet: 7C, 93 and CC. RGB value is (124,147,204). Sum of RGB (Red+Green+Blue) = 124+147+204=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C93CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C93CC is #836C33. Grayscale: #929292. Windows color (decimal): -8612916 or 13407100. OLE color: 13407100.

HSL color Cylindrical-coordinate representation of color #7C93CC: hue angle of 222.75º 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 #7C93CC is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB124147204-
CMYK0.390.2800.2
HSL222.75º43.96%64.31%-
HSV(B)222.75º39.22%80%-
XYZ29.6429.5161.26-
YUV146.62160.38111.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.11%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=26.11%
G=30.95%
B=42.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1241472040.390.2800.2222.7543.9664.31
Hex7C93CC271C014df2c40
Octal174223314473402433754100
Binary1111100100100111100110010011111100010100110111111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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