#7C8AF2

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

Shades of Portage #7C8AF2

Tints of Portage #7C8AF2

Color information

#7C8AF2 (or 0x7C8AF2) is unknown color: approx Portage. HEX triplet: 7C, 8A and F2. RGB value is (124,138,242). Sum of RGB (Red+Green+Blue) = 124+138+242=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #7C8AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8AF2 is #83750D. Grayscale: #919191. Windows color (decimal): -8615182 or 15895164. OLE color: 15895164.

HSL color Cylindrical-coordinate representation of color #7C8AF2: hue angle of 232.88º 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 #7C8AF2 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124138242-
CMYK0.490.4300.05
HSL232.88º81.94%71.76%-
HSV(B)232.88º48.76%94.9%-
XYZ33.4328.8787.82-
YUV145.67182.36112.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.60%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 242 (94.92% from 255) = 48.02%
R=24.60%
G=27.38%
B=48.02%

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
Decimal1241382420.490.4300.05232.8881.9471.76
Hex7C8AF2312B05e95248
Octal174212362615305351122110
Binary1111100100010101111001011000110101101011110100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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