#7D91CC

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

Shades of Portage #7D91CC

Tints of Portage #7D91CC

Color information

#7D91CC (or 0x7D91CC) is unknown color: approx Portage. HEX triplet: 7D, 91 and CC. RGB value is (125,145,204). Sum of RGB (Red+Green+Blue) = 125+145+204=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D91CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D91CC is #826E33. Grayscale: #919191. Windows color (decimal): -8547892 or 13406589. OLE color: 13406589.

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

Color convert

RGB125145204-
CMYK0.390.2900.2
HSL224.81º43.65%64.51%-
HSV(B)224.81º38.73%80%-
XYZ29.4828.9761.16-
YUV145.75160.87113.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.37%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=26.37%
G=30.59%
B=43.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251452040.390.2900.2224.8143.6564.51
Hex7D91CC271D014e12c41
Octal175221314473502434154101
Binary1111101100100011100110010011111101010100111000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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