#768BDB

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

Shades of Portage #768BDB

Tints of Portage #768BDB

Color information

#768BDB (or 0x768BDB) is unknown color: approx Portage. HEX triplet: 76, 8B and DB. RGB value is (118,139,219). Sum of RGB (Red+Green+Blue) = 118+139+219=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #768BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BDB is #897424. Grayscale: #8D8D8D. Windows color (decimal): -9008165 or 14388086. OLE color: 14388086.

HSL color Cylindrical-coordinate representation of color #768BDB: hue angle of 227.52º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768BDB is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118139219-
CMYK0.460.3700.14
HSL227.52º58.38%66.08%-
HSV(B)227.52º46.12%85.88%-
XYZ29.4927.4370.76-
YUV141.84171.54111-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.79%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 219 (85.94% from 255) = 46.01%
R=24.79%
G=29.20%
B=46.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181392190.460.3700.14227.5258.3866.08
Hex768BDB2E250Ee43a42
Octal166213333564501634472102
Binary1110110100010111101101110111010010101110111001001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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