#7683D5

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

Shades of Portage #7683D5

Tints of Portage #7683D5

Color information

#7683D5 (or 0x7683D5) is unknown color: approx Portage. HEX triplet: 76, 83 and D5. RGB value is (118,131,213). Sum of RGB (Red+Green+Blue) = 118+131+213=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #7683D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7683D5 is #897C2A. Grayscale: #888888. Windows color (decimal): -9010219 or 13992822. OLE color: 13992822.

HSL color Cylindrical-coordinate representation of color #7683D5: hue angle of 231.79º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7683D5 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118131213-
CMYK0.450.3800.16
HSL231.79º53.07%64.9%-
HSV(B)231.79º44.6%83.53%-
XYZ27.624.8966.3-
YUV136.46171.19114.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.54%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 213 (83.59% from 255) = 46.10%
R=25.54%
G=28.35%
B=46.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181312130.450.3800.16231.7953.0764.9
Hex7683D52D26010e83541
Octal166203325554602035065101
Binary11101101000001111010101101101100110010000111010001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7683D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7683D5; }

 p { color: rgb(118,131,213); }

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

<style>
 a { background-color: #7683D5; }

 a { background-color: rgb(118,131,213); }

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

<style>
 span { border-color: #7683D5; }

 span { border-color: rgb(118,131,213); }

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