#7D91CF

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

Shades of Portage #7D91CF

Tints of Portage #7D91CF

Color information

#7D91CF (or 0x7D91CF) is unknown color: approx Portage. HEX triplet: 7D, 91 and CF. RGB value is (125,145,207). Sum of RGB (Red+Green+Blue) = 125+145+207=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D91CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D91CF is #826E30. Grayscale: #919191. Windows color (decimal): -8547889 or 13603197. OLE color: 13603197.

HSL color Cylindrical-coordinate representation of color #7D91CF: hue angle of 225.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D91CF is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125145207-
CMYK0.400.3000.19
HSL225.37º46.07%65.1%-
HSV(B)225.37º39.61%81.18%-
XYZ29.8529.1263.08-
YUV146.09162.37112.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.21%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=26.21%
G=30.40%
B=43.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251452070.400.3000.19225.3746.0765.1
Hex7D91CF281E013e12e41
Octal175221317503602334156101
Binary1111101100100011100111110100011110010011111000011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D91CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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