#768CB4

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

Shades of Ship Cove #768CB4

Tints of Ship Cove #768CB4

Color information

#768CB4 (or 0x768CB4) is unknown color: approx Ship Cove. HEX triplet: 76, 8C and B4. RGB value is (118,140,180). Sum of RGB (Red+Green+Blue) = 118+140+180=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #768CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CB4 is #89734B. Grayscale: #898989. Windows color (decimal): -9007948 or 11832438. OLE color: 11832438.

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

Color convert

RGB118140180-
CMYK0.340.2200.29
HSL218.71º29.25%58.43%-
HSV(B)218.71º34.44%70.59%-
XYZ25.0925.946.86-
YUV137.98151.71113.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.94%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 180 (70.70% from 255) = 41.10%
R=26.94%
G=31.96%
B=41.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181401800.340.2200.29218.7129.2558.43
Hex768CB4221601Ddb1d3a
Octal16621426442260353333572
Binary11101101000110010110100100010101100111011101101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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