#768EB1

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

Shades of Ship Cove #768EB1

Tints of Ship Cove #768EB1

Color information

#768EB1 (or 0x768EB1) is unknown color: approx Ship Cove. HEX triplet: 76, 8E and B1. RGB value is (118,142,177). Sum of RGB (Red+Green+Blue) = 118+142+177=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 177 - color contains mainly: blue. Hex color #768EB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768EB1 is #89714E. Grayscale: #8A8A8A. Windows color (decimal): -9007439 or 11636342. OLE color: 11636342.

HSL color Cylindrical-coordinate representation of color #768EB1: hue angle of 215.59º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #768EB1 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118142177-
CMYK0.330.2000.31
HSL215.59º27.44%57.84%-
HSV(B)215.59º33.33%69.41%-
XYZ25.0826.3745.36-
YUV138.81149.55113.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 177 (69.53% from 255) = 40.50%
R=27.00%
G=32.49%
B=40.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181421770.330.2000.31215.5927.4457.84
Hex768EB1211401Fd81b3a
Octal16621626141240373303372
Binary11101101000111010110001100001101000111111101100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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