#7D8BDB

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

Shades of Portage #7D8BDB

Tints of Portage #7D8BDB

Color information

#7D8BDB (or 0x7D8BDB) is unknown color: approx Portage. HEX triplet: 7D, 8B and DB. RGB value is (125,139,219). Sum of RGB (Red+Green+Blue) = 125+139+219=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8BDB is #827424. Grayscale: #8F8F8F. Windows color (decimal): -8549413 or 14388093. OLE color: 14388093.

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

Color convert

RGB125139219-
CMYK0.430.3700.14
HSL231.06º56.63%67.45%-
HSV(B)231.06º42.92%85.88%-
XYZ30.4827.9470.8-
YUV143.93170.36114.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.88%
GREEN value IS 139 (54.69% from 255) = 28.78%
BLUE value IS 219 (85.94% from 255) = 45.34%
R=25.88%
G=28.78%
B=45.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251392190.430.3700.14231.0656.6367.45
Hex7D8BDB2B250Ee73943
Octal175213333534501634771103
Binary1111101100010111101101110101110010101110111001111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,139,219); }

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

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

 a { background-color: rgb(125,139,219); }

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

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

 span { border-color: rgb(125,139,219); }

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