#7C89F2

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

Shades of Portage #7C89F2

Tints of Portage #7C89F2

Color information

#7C89F2 (or 0x7C89F2) is unknown color: approx Portage. HEX triplet: 7C, 89 and F2. RGB value is (124,137,242). Sum of RGB (Red+Green+Blue) = 124+137+242=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #7C89F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C89F2 is #83760D. Grayscale: #909090. Windows color (decimal): -8615438 or 15894908. OLE color: 15894908.

HSL color Cylindrical-coordinate representation of color #7C89F2: hue angle of 233.39º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C89F2 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124137242-
CMYK0.490.4300.05
HSL233.39º81.94%71.76%-
HSV(B)233.39º48.76%94.9%-
XYZ33.2828.5987.77-
YUV145.08182.69112.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.65%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 242 (94.92% from 255) = 48.11%
R=24.65%
G=27.24%
B=48.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1241372420.490.4300.05233.3981.9471.76
Hex7C89F2312B05e95248
Octal174211362615305351122110
Binary1111100100010011111001011000110101101011110100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C89F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,137,242); }

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

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

 a { background-color: rgb(124,137,242); }

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

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

 span { border-color: rgb(124,137,242); }

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