#768AAF

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

Shades of Ship Cove #768AAF

Tints of Ship Cove #768AAF

Color information

#768AAF (or 0x768AAF) is unknown color: approx Ship Cove. HEX triplet: 76, 8A and AF. RGB value is (118,138,175). Sum of RGB (Red+Green+Blue) = 118+138+175=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #768AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768AAF is #897550. Grayscale: #888888. Windows color (decimal): -9008465 or 11504246. OLE color: 11504246.

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

Color convert

RGB118138175-
CMYK0.330.2100.31
HSL218.95º26.27%57.45%-
HSV(B)218.95º32.57%68.63%-
XYZ24.325.1244.13-
YUV136.24149.87114.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.38%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=27.38%
G=32.02%
B=40.60%

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
Decimal1181381750.330.2100.31218.9526.2757.45
Hex768AAF211501Fdb1a39
Octal16621225741250373333271
Binary11101101000101010101111100001101010111111101101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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