#768DD9

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

Shades of Portage #768DD9

Tints of Portage #768DD9

Color information

#768DD9 (or 0x768DD9) is unknown color: approx Portage. HEX triplet: 76, 8D and D9. RGB value is (118,141,217). Sum of RGB (Red+Green+Blue) = 118+141+217=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #768DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DD9 is #897226. Grayscale: #8E8E8E. Windows color (decimal): -9007655 or 14257526. OLE color: 14257526.

HSL color Cylindrical-coordinate representation of color #768DD9: hue angle of 226.06º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768DD9 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118141217-
CMYK0.460.3500.15
HSL226.06º56.57%65.69%-
HSV(B)226.06º45.62%85.1%-
XYZ29.5227.9169.48-
YUV142.79169.88110.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.79%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 217 (85.16% from 255) = 45.59%
R=24.79%
G=29.62%
B=45.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181412170.460.3500.15226.0656.5765.69
Hex768DD92E230Fe23942
Octal166215331564301734271102
Binary1110110100011011101100110111010001101111111000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,141,217); }

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

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

 a { background-color: rgb(118,141,217); }

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

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

 span { border-color: rgb(118,141,217); }

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