#7693DE

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

Shades of Portage #7693DE

Tints of Portage #7693DE

Color information

#7693DE (or 0x7693DE) is unknown color: approx Portage. HEX triplet: 76, 93 and DE. RGB value is (118,147,222). Sum of RGB (Red+Green+Blue) = 118+147+222=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #7693DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7693DE is #896C21. Grayscale: #929292. Windows color (decimal): -9006114 or 14586742. OLE color: 14586742.

HSL color Cylindrical-coordinate representation of color #7693DE: hue angle of 223.27º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7693DE is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118147222-
CMYK0.470.3400.13
HSL223.27º61.18%66.67%-
HSV(B)223.27º46.85%87.06%-
XYZ31.0929.9973.26-
YUV146.88170.39107.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.23%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=24.23%
G=30.18%
B=45.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181472220.470.3400.13223.2761.1866.67
Hex7693DE2F220Ddf3d43
Octal166223336574201533775103
Binary1110110100100111101111010111110001001101110111111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7693DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7693DE; }

 p { color: rgb(118,147,222); }

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

<style>
 a { background-color: #7693DE; }

 a { background-color: rgb(118,147,222); }

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

<style>
 span { border-color: #7693DE; }

 span { border-color: rgb(118,147,222); }

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