#7D99DC

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

Shades of Portage #7D99DC

Tints of Portage #7D99DC

Color information

#7D99DC (or 0x7D99DC) is unknown color: approx Portage. HEX triplet: 7D, 99 and DC. RGB value is (125,153,220). Sum of RGB (Red+Green+Blue) = 125+153+220=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D99DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D99DC is #826623. Grayscale: #979797. Windows color (decimal): -8545828 or 14457213. OLE color: 14457213.

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

Color convert

RGB125153220-
CMYK0.430.3000.14
HSL222.32º57.58%67.65%-
HSV(B)222.32º43.18%86.27%-
XYZ32.7732.3172.22-
YUV152.27166.22108.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.10%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=25.10%
G=30.72%
B=44.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251532200.430.3000.14222.3257.5867.65
Hex7D99DC2B1E0Ede3a44
Octal175231334533601633672104
Binary111110110011001110111001010111111001110110111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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