#7C83DD

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

Shades of Portage #7C83DD

Tints of Portage #7C83DD

Color information

#7C83DD (or 0x7C83DD) is unknown color: approx Portage. HEX triplet: 7C, 83 and DD. RGB value is (124,131,221). Sum of RGB (Red+Green+Blue) = 124+131+221=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C83DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C83DD is #837C22. Grayscale: #8A8A8A. Windows color (decimal): -8616995 or 14517116. OLE color: 14517116.

HSL color Cylindrical-coordinate representation of color #7C83DD: hue angle of 235.67º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C83DD is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124131221-
CMYK0.440.4100.13
HSL235.67º58.79%67.65%-
HSV(B)235.67º43.89%86.67%-
XYZ29.4825.7471.82-
YUV139.17174.18117.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.05%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=26.05%
G=27.52%
B=46.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241312210.440.4100.13235.6758.7967.65
Hex7C83DD2C290Dec3b44
Octal174203335545101535473104
Binary1111100100000111101110110110010100101101111011001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,131,221); }

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

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

 a { background-color: rgb(124,131,221); }

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

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

 span { border-color: rgb(124,131,221); }

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