#768DAF

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

Shades of Ship Cove #768DAF

Tints of Ship Cove #768DAF

Color information

#768DAF (or 0x768DAF) is unknown color: approx Ship Cove. HEX triplet: 76, 8D and AF. RGB value is (118,141,175). Sum of RGB (Red+Green+Blue) = 118+141+175=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #768DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768DAF is #897250. Grayscale: #898989. Windows color (decimal): -9007697 or 11505014. OLE color: 11505014.

HSL color Cylindrical-coordinate representation of color #768DAF: hue angle of 215.79º 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 #768DAF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118141175-
CMYK0.330.1900.31
HSL215.79º26.27%57.45%-
HSV(B)215.79º32.57%68.63%-
XYZ24.732644.27-
YUV138148.88113.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=27.19%
G=32.49%
B=40.32%

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
Decimal1181411750.330.1900.31215.7926.2757.45
Hex768DAF211301Fd81a39
Octal16621525741230373303271
Binary11101101000110110101111100001100110111111101100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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