#768BDE

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

Shades of Portage #768BDE

Tints of Portage #768BDE

Color information

#768BDE (or 0x768BDE) is unknown color: approx Portage. HEX triplet: 76, 8B and DE. RGB value is (118,139,222). Sum of RGB (Red+Green+Blue) = 118+139+222=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #768BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BDE is #897421. Grayscale: #8D8D8D. Windows color (decimal): -9008162 or 14584694. OLE color: 14584694.

HSL color Cylindrical-coordinate representation of color #768BDE: hue angle of 227.88º 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 #768BDE is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118139222-
CMYK0.470.3700.13
HSL227.88º61.18%66.67%-
HSV(B)227.88º46.85%87.06%-
XYZ29.8927.5972.86-
YUV142.18173.04110.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.63%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 222 (87.11% from 255) = 46.35%
R=24.63%
G=29.02%
B=46.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181392220.470.3700.13227.8861.1866.67
Hex768BDE2F250De43d43
Octal166213336574501534475103
Binary1110110100010111101111010111110010101101111001001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768BDE; }

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

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

<style>
 a { background-color: #768BDE; }

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

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

<style>
 span { border-color: #768BDE; }

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

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