#768BAD

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

Shades of Ship Cove #768BAD

Tints of Ship Cove #768BAD

Color information

#768BAD (or 0x768BAD) is unknown color: approx Ship Cove. HEX triplet: 76, 8B and AD. RGB value is (118,139,173). Sum of RGB (Red+Green+Blue) = 118+139+173=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #768BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768BAD is #897452. Grayscale: #888888. Windows color (decimal): -9008211 or 11373430. OLE color: 11373430.

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

Color convert

RGB118139173-
CMYK0.320.2000.32
HSL217.09º25.11%57.06%-
HSV(B)217.09º31.79%67.84%-
XYZ24.2525.3343.15-
YUV136.6148.54114.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=27.44%
G=32.33%
B=40.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181391730.320.2000.32217.0925.1157.06
Hex768BAD2014020d91939
Octal16621325540240403313171
Binary111011010001011101011011000001010001000001101100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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