#7D8CDC

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

Shades of Portage #7D8CDC

Tints of Portage #7D8CDC

Color information

#7D8CDC (or 0x7D8CDC) is unknown color: approx Portage. HEX triplet: 7D, 8C and DC. RGB value is (125,140,220). Sum of RGB (Red+Green+Blue) = 125+140+220=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 140 (55.08% from 255 or 28.87% 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 #7D8CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8CDC is #827323. Grayscale: #909090. Windows color (decimal): -8549156 or 14453885. OLE color: 14453885.

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

Color convert

RGB125140220-
CMYK0.430.3600.14
HSL230.53º57.58%67.65%-
HSV(B)230.53º43.18%86.27%-
XYZ30.7528.2871.55-
YUV144.64170.53114-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.77%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=25.77%
G=28.87%
B=45.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251402200.430.3600.14230.5357.5867.65
Hex7D8CDC2B240Ee73a44
Octal175214334534401634772104
Binary1111101100011001101110010101110010001110111001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,140,220); }

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

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

 a { background-color: rgb(125,140,220); }

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

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

 span { border-color: rgb(125,140,220); }

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