#768ED7

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

Shades of Portage #768ED7

Tints of Portage #768ED7

Color information

#768ED7 (or 0x768ED7) is unknown color: approx Portage. HEX triplet: 76, 8E and D7. RGB value is (118,142,215). Sum of RGB (Red+Green+Blue) = 118+142+215=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #768ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ED7 is #897128. Grayscale: #8E8E8E. Windows color (decimal): -9007401 or 14126710. OLE color: 14126710.

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

Color convert

RGB118142215-
CMYK0.450.3400.16
HSL225.15º54.8%65.29%-
HSV(B)225.15º45.12%84.31%-
XYZ29.4128.168.16-
YUV143.15168.55110.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 215 (84.38% from 255) = 45.26%
R=24.84%
G=29.89%
B=45.26%

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
Decimal1181422150.450.3400.16225.1554.865.29
Hex768ED72D22010e13741
Octal166216327554202034167101
Binary11101101000111011010111101101100010010000111000011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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