#768AE3

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

Shades of Portage #768AE3

Tints of Portage #768AE3

Color information

#768AE3 (or 0x768AE3) is unknown color: approx Portage. HEX triplet: 76, 8A and E3. RGB value is (118,138,227). Sum of RGB (Red+Green+Blue) = 118+138+227=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 227 - color contains mainly: blue. Hex color #768AE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AE3 is #89751C. Grayscale: #8D8D8D. Windows color (decimal): -9008413 or 14912118. OLE color: 14912118.

HSL color Cylindrical-coordinate representation of color #768AE3: hue angle of 228.99º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #768AE3 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB118138227-
CMYK0.480.3900.11
HSL228.99º66.06%67.65%-
HSV(B)228.99º48.02%89.02%-
XYZ30.4227.5776.39-
YUV142.17175.87110.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.43%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 227 (89.06% from 255) = 47.00%
R=24.43%
G=28.57%
B=47.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1181382270.480.3900.11228.9966.0667.65
Hex768AE330270Be54244
Octal1662123436047013345102104
Binary11101101000101011100011110000100111010111110010110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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