#7D92CE

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

Shades of Portage #7D92CE

Tints of Portage #7D92CE

Color information

#7D92CE (or 0x7D92CE) is unknown color: approx Portage. HEX triplet: 7D, 92 and CE. RGB value is (125,146,206). Sum of RGB (Red+Green+Blue) = 125+146+206=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D92CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D92CE is #826D31. Grayscale: #929292. Windows color (decimal): -8547634 or 13537917. OLE color: 13537917.

HSL color Cylindrical-coordinate representation of color #7D92CE: hue angle of 224.44º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D92CE is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125146206-
CMYK0.390.2900.19
HSL224.44º45.25%64.9%-
HSV(B)224.44º39.32%80.78%-
XYZ29.8829.3762.49-
YUV146.56161.54112.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.21%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=26.21%
G=30.61%
B=43.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251462060.390.2900.19224.4445.2564.9
Hex7D92CE271D013e02d41
Octal175222316473502334055101
Binary1111101100100101100111010011111101010011111000001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,146,206); }

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

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

 a { background-color: rgb(125,146,206); }

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

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

 span { border-color: rgb(125,146,206); }

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