#768EAF

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

Shades of Ship Cove #768EAF

Tints of Ship Cove #768EAF

Color information

#768EAF (or 0x768EAF) is unknown color: approx Ship Cove. HEX triplet: 76, 8E and AF. RGB value is (118,142,175). Sum of RGB (Red+Green+Blue) = 118+142+175=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #768EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768EAF is #897150. Grayscale: #8A8A8A. Windows color (decimal): -9007441 or 11505270. OLE color: 11505270.

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

Color convert

RGB118142175-
CMYK0.330.1900.31
HSL214.74º26.27%57.45%-
HSV(B)214.74º32.57%68.63%-
XYZ24.8826.2944.32-
YUV138.59148.55113.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=27.13%
G=32.64%
B=40.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181421750.330.1900.31214.7426.2757.45
Hex768EAF211301Fd71a39
Octal16621625741230373273271
Binary11101101000111010101111100001100110111111101011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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