#7D90CD

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

Shades of Portage #7D90CD

Tints of Portage #7D90CD

Color information

#7D90CD (or 0x7D90CD) is unknown color: approx Portage. HEX triplet: 7D, 90 and CD. RGB value is (125,144,205). Sum of RGB (Red+Green+Blue) = 125+144+205=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D90CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D90CD is #826F32. Grayscale: #919191. Windows color (decimal): -8548147 or 13471869. OLE color: 13471869.

HSL color Cylindrical-coordinate representation of color #7D90CD: hue angle of 225.75º 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 #7D90CD is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125144205-
CMYK0.390.3000.20
HSL225.75º44.44%64.71%-
HSV(B)225.75º39.02%80.39%-
XYZ29.4528.7161.75-
YUV145.27161.71113.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.37%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=26.37%
G=30.38%
B=43.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251442050.390.3000.20225.7544.4464.71
Hex7D90CD271E014e22c41
Octal175220315473602434254101
Binary1111101100100001100110110011111110010100111000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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