#768DD7

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

Shades of Portage #768DD7

Tints of Portage #768DD7

Color information

#768DD7 (or 0x768DD7) is unknown color: approx Portage. HEX triplet: 76, 8D and D7. RGB value is (118,141,215). Sum of RGB (Red+Green+Blue) = 118+141+215=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #768DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DD7 is #897228. Grayscale: #8E8E8E. Windows color (decimal): -9007657 or 14126454. OLE color: 14126454.

HSL color Cylindrical-coordinate representation of color #768DD7: hue angle of 225.77º degrees, saturation: 0.55, 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 #768DD7 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118141215-
CMYK0.450.3400.16
HSL225.77º54.8%65.29%-
HSV(B)225.77º45.12%84.31%-
XYZ29.2627.8168.12-
YUV142.56168.88110.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 141 (55.47% from 255) = 29.75%
BLUE value IS 215 (84.38% from 255) = 45.36%
R=24.89%
G=29.75%
B=45.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181412150.450.3400.16225.7754.865.29
Hex768DD72D22010e23741
Octal166215327554202034267101
Binary11101101000110111010111101101100010010000111000101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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