#768EAD

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

Shades of Ship Cove #768EAD

Tints of Ship Cove #768EAD

Color information

#768EAD (or 0x768EAD) is unknown color: approx Ship Cove. HEX triplet: 76, 8E and AD. RGB value is (118,142,173). Sum of RGB (Red+Green+Blue) = 118+142+173=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #768EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768EAD is #897152. Grayscale: #8A8A8A. Windows color (decimal): -9007443 or 11374198. OLE color: 11374198.

HSL color Cylindrical-coordinate representation of color #768EAD: hue angle of 213.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #768EAD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118142173-
CMYK0.320.1800.32
HSL213.82º25.11%57.06%-
HSV(B)213.82º31.79%67.84%-
XYZ24.6926.2143.29-
YUV138.36147.55113.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=27.25%
G=32.79%
B=39.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181421730.320.1800.32213.8225.1157.06
Hex768EAD2012020d61939
Octal16621625540220403263171
Binary111011010001110101011011000001001001000001101011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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