#768FAD

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

Shades of Ship Cove #768FAD

Tints of Ship Cove #768FAD

Color information

#768FAD (or 0x768FAD) is unknown color: approx Ship Cove. HEX triplet: 76, 8F and AD. RGB value is (118,143,173). Sum of RGB (Red+Green+Blue) = 118+143+173=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #768FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768FAD is #897052. Grayscale: #8A8A8A. Windows color (decimal): -9007187 or 11374454. OLE color: 11374454.

HSL color Cylindrical-coordinate representation of color #768FAD: hue angle of 212.73º 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 #768FAD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118143173-
CMYK0.320.1700.32
HSL212.73º25.11%57.06%-
HSV(B)212.73º31.79%67.84%-
XYZ24.8426.5143.34-
YUV138.94147.22113.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=27.19%
G=32.95%
B=39.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181431730.320.1700.32212.7325.1157.06
Hex768FAD2011020d51939
Octal16621725540210403253171
Binary111011010001111101011011000001000101000001101010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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