#7D9BDD

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

Shades of Portage #7D9BDD

Tints of Portage #7D9BDD

Color information

#7D9BDD (or 0x7D9BDD) is unknown color: approx Portage. HEX triplet: 7D, 9B and DD. RGB value is (125,155,221). Sum of RGB (Red+Green+Blue) = 125+155+221=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D9BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9BDD is #826422. Grayscale: #999999. Windows color (decimal): -8545315 or 14523261. OLE color: 14523261.

HSL color Cylindrical-coordinate representation of color #7D9BDD: hue angle of 221.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D9BDD is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125155221-
CMYK0.430.3000.13
HSL221.25º58.54%67.84%-
HSV(B)221.25º43.44%86.67%-
XYZ33.2333.0273.03-
YUV153.55166.06107.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.95%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=24.95%
G=30.94%
B=44.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251552210.430.3000.13221.2558.5467.84
Hex7D9BDD2B1E0Ddd3b44
Octal175233335533601533573104
Binary111110110011011110111011010111111001101110111011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,155,221); }

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

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

 a { background-color: rgb(125,155,221); }

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

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

 span { border-color: rgb(125,155,221); }

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