#7C8DDC

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

Shades of Portage #7C8DDC

Tints of Portage #7C8DDC

Color information

#7C8DDC (or 0x7C8DDC) is unknown color: approx Portage. HEX triplet: 7C, 8D and DC. RGB value is (124,141,220). Sum of RGB (Red+Green+Blue) = 124+141+220=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C8DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8DDC is #837223. Grayscale: #909090. Windows color (decimal): -8614436 or 14454140. OLE color: 14454140.

HSL color Cylindrical-coordinate representation of color #7C8DDC: hue angle of 229.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C8DDC is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB124141220-
CMYK0.440.3600.14
HSL229.38º57.83%67.45%-
HSV(B)229.38º43.64%86.27%-
XYZ30.7628.571.59-
YUV144.92170.37113.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.57%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=25.57%
G=29.07%
B=45.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1241412200.440.3600.14229.3857.8367.45
Hex7C8DDC2C240Ee53a43
Octal174215334544401634572103
Binary1111100100011011101110010110010010001110111001011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,141,220); }

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

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

 a { background-color: rgb(124,141,220); }

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

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

 span { border-color: rgb(124,141,220); }

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