#7C93D7

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

Shades of Portage #7C93D7

Tints of Portage #7C93D7

Color information

#7C93D7 (or 0x7C93D7) is unknown color: approx Portage. HEX triplet: 7C, 93 and D7. RGB value is (124,147,215). Sum of RGB (Red+Green+Blue) = 124+147+215=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #7C93D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C93D7 is #836C28. Grayscale: #939393. Windows color (decimal): -8612905 or 14127996. OLE color: 14127996.

HSL color Cylindrical-coordinate representation of color #7C93D7: hue angle of 224.84º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C93D7 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB124147215-
CMYK0.420.3200.16
HSL224.84º53.22%66.47%-
HSV(B)224.84º42.33%84.31%-
XYZ31.0130.0668.46-
YUV147.88165.88110.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.51%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=25.51%
G=30.25%
B=44.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1241472150.420.3200.16224.8453.2266.47
Hex7C93D72A20010e13542
Octal174223327524002034165102
Binary11111001001001111010111101010100000010000111000011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C93D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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