#7D98D0

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

Shades of Portage #7D98D0

Tints of Portage #7D98D0

Color information

#7D98D0 (or 0x7D98D0) is unknown color: approx Portage. HEX triplet: 7D, 98 and D0. RGB value is (125,152,208). Sum of RGB (Red+Green+Blue) = 125+152+208=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #7D98D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D98D0 is #82672F. Grayscale: #969696. Windows color (decimal): -8546096 or 13670525. OLE color: 13670525.

HSL color Cylindrical-coordinate representation of color #7D98D0: hue angle of 220.48º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D98D0 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB125152208-
CMYK0.400.2700.18
HSL220.48º46.89%65.29%-
HSV(B)220.48º39.9%81.57%-
XYZ31.0731.3764.09-
YUV150.31160.55109.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.77%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=25.77%
G=31.34%
B=42.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251522080.400.2700.18220.4846.8965.29
Hex7D98D0281B012dc2f41
Octal175230320503302233457101
Binary1111101100110001101000010100011011010010110111001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D98D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,152,208); }

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

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

 a { background-color: rgb(125,152,208); }

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

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

 span { border-color: rgb(125,152,208); }

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