#768BAF

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

Shades of Ship Cove #768BAF

Tints of Ship Cove #768BAF

Color information

#768BAF (or 0x768BAF) is unknown color: approx Ship Cove. HEX triplet: 76, 8B and AF. RGB value is (118,139,175). Sum of RGB (Red+Green+Blue) = 118+139+175=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #768BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768BAF is #897450. Grayscale: #888888. Windows color (decimal): -9008209 or 11504502. OLE color: 11504502.

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

Color convert

RGB118139175-
CMYK0.330.2100.31
HSL217.89º26.27%57.45%-
HSV(B)217.89º32.57%68.63%-
XYZ24.4425.4144.17-
YUV136.82149.54114.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=27.31%
G=32.18%
B=40.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181391750.330.2100.31217.8926.2757.45
Hex768BAF211501Fda1a39
Octal16621325741250373323271
Binary11101101000101110101111100001101010111111101101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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