#768CB3

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

Shades of Ship Cove #768CB3

Tints of Ship Cove #768CB3

Color information

#768CB3 (or 0x768CB3) is unknown color: approx Ship Cove. HEX triplet: 76, 8C and B3. RGB value is (118,140,179). Sum of RGB (Red+Green+Blue) = 118+140+179=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: blue. Hex color #768CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CB3 is #89734C. Grayscale: #898989. Windows color (decimal): -9007949 or 11766902. OLE color: 11766902.

HSL color Cylindrical-coordinate representation of color #768CB3: hue angle of 218.36º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #768CB3 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB118140179-
CMYK0.340.2200.30
HSL218.36º28.64%58.24%-
HSV(B)218.36º34.08%70.2%-
XYZ24.9925.8646.32-
YUV137.87151.21113.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=27.00%
G=32.04%
B=40.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181401790.340.2200.30218.3628.6458.24
Hex768CB3221601Eda1d3a
Octal16621426342260363323572
Binary11101101000110010110011100010101100111101101101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,140,179); }

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

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

 a { background-color: rgb(118,140,179); }

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

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

 span { border-color: rgb(118,140,179); }

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