#768DD5

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

Shades of Portage #768DD5

Tints of Portage #768DD5

Color information

#768DD5 (or 0x768DD5) is unknown color: approx Portage. HEX triplet: 76, 8D and D5. RGB value is (118,141,213). Sum of RGB (Red+Green+Blue) = 118+141+213=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #768DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DD5 is #89722A. Grayscale: #8E8E8E. Windows color (decimal): -9007659 or 13995382. OLE color: 13995382.

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

Color convert

RGB118141213-
CMYK0.450.3400.16
HSL225.47º53.07%64.9%-
HSV(B)225.47º44.6%83.53%-
XYZ29.0127.7166.77-
YUV142.33167.88110.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 213 (83.59% from 255) = 45.13%
R=25%
G=29.87%
B=45.13%

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
Decimal1181412130.450.3400.16225.4753.0764.9
Hex768DD52D22010e13541
Octal166215325554202034165101
Binary11101101000110111010101101101100010010000111000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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