#7D92CC

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

Shades of Portage #7D92CC

Tints of Portage #7D92CC

Color information

#7D92CC (or 0x7D92CC) is unknown color: approx Portage. HEX triplet: 7D, 92 and CC. RGB value is (125,146,204). Sum of RGB (Red+Green+Blue) = 125+146+204=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D92CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D92CC is #826D33. Grayscale: #929292. Windows color (decimal): -8547636 or 13406845. OLE color: 13406845.

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

Color convert

RGB125146204-
CMYK0.390.2800.2
HSL224.05º43.65%64.51%-
HSV(B)224.05º38.73%80%-
XYZ29.6429.2861.22-
YUV146.33160.54112.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=26.32%
G=30.74%
B=42.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251462040.390.2800.2224.0543.6564.51
Hex7D92CC271C014e02c41
Octal175222314473402434054101
Binary1111101100100101100110010011111100010100111000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D92CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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