#7D86DC

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

Shades of Portage #7D86DC

Tints of Portage #7D86DC

Color information

#7D86DC (or 0x7D86DC) is unknown color: approx Portage. HEX triplet: 7D, 86 and DC. RGB value is (125,134,220). Sum of RGB (Red+Green+Blue) = 125+134+220=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D86DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D86DC is #827923. Grayscale: #8C8C8C. Windows color (decimal): -8550692 or 14452349. OLE color: 14452349.

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

Color convert

RGB125134220-
CMYK0.430.3900.14
HSL234.32º57.58%67.65%-
HSV(B)234.32º43.18%86.27%-
XYZ29.926.5871.26-
YUV141.11172.52116.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.10%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=26.10%
G=27.97%
B=45.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251342200.430.3900.14234.3257.5867.65
Hex7D86DC2B270Eea3a44
Octal175206334534701635272104
Binary1111101100001101101110010101110011101110111010101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D86DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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