#7d91dc

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

Shades of Portage #7D91DC

Tints of Portage #7D91DC

Color information

#7D91DC (or 0x7D91DC) is unknown color: approx Portage. HEX triplet: 7D, 91 and DC. RGB value is (125,145,220). Sum of RGB (Red+Green+Blue) = 125+145+220=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D91DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D91DC is #826E23. Grayscale: #939393. Windows color (decimal): -8547876 or 14455165. OLE color: 14455165.

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

Color convert

RGB125145220-
CMYK0.430.3400.14
HSL227.37º57.58%67.65%-
HSV(B)227.37º43.18%86.27%-
XYZ31.529.7871.8-
YUV147.57168.87111.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.51%
GREEN value IS 145 (57.03% from 255) = 29.59%
BLUE value IS 220 (86.33% from 255) = 44.90%
R=25.51%
G=29.59%
B=44.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251452200.430.3400.14227.3757.5867.65
Hex7D91DC2B220Ee33a44
Octal175221334534201634372104
Binary1111101100100011101110010101110001001110111000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d91dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,145,220); }

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

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

 a { background-color: rgb(125,145,220); }

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

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

 span { border-color: rgb(125,145,220); }

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