#768AE1

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

Shades of Portage #768AE1

Tints of Portage #768AE1

Color information

#768AE1 (or 0x768AE1) is unknown color: approx Portage. HEX triplet: 76, 8A and E1. RGB value is (118,138,225). Sum of RGB (Red+Green+Blue) = 118+138+225=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #768AE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AE1 is #89751E. Grayscale: #8D8D8D. Windows color (decimal): -9008415 or 14781046. OLE color: 14781046.

HSL color Cylindrical-coordinate representation of color #768AE1: hue angle of 228.79º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #768AE1 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB118138225-
CMYK0.480.3900.12
HSL228.79º64.07%67.25%-
HSV(B)228.79º47.56%88.24%-
XYZ30.1527.4674.95-
YUV141.94174.87110.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 138 (54.30% from 255) = 28.69%
BLUE value IS 225 (88.28% from 255) = 46.78%
R=24.53%
G=28.69%
B=46.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1181382250.480.3900.12228.7964.0767.25
Hex768AE130270Ce54043
Octal1662123416047014345100103
Binary11101101000101011100001110000100111011001110010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,138,225); }

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

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

 a { background-color: rgb(118,138,225); }

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

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

 span { border-color: rgb(118,138,225); }

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