#7D8DCD

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

Shades of Portage #7D8DCD

Tints of Portage #7D8DCD

Color information

#7D8DCD (or 0x7D8DCD) is unknown color: approx Portage. HEX triplet: 7D, 8D and CD. RGB value is (125,141,205). Sum of RGB (Red+Green+Blue) = 125+141+205=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D8DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8DCD is #827232. Grayscale: #8F8F8F. Windows color (decimal): -8548915 or 13471101. OLE color: 13471101.

HSL color Cylindrical-coordinate representation of color #7D8DCD: hue angle of 228º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D8DCD is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125141205-
CMYK0.390.3100.20
HSL228º44.44%64.71%-
HSV(B)228º39.02%80.39%-
XYZ2927.8261.6-
YUV143.51162.7114.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.54%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=26.54%
G=29.94%
B=43.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251412050.390.3100.2022844.4464.71
Hex7D8DCD271F014e42c41
Octal175215315473702434454101
Binary1111101100011011100110110011111111010100111001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,141,205); }

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

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

 a { background-color: rgb(125,141,205); }

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

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

 span { border-color: rgb(125,141,205); }

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