#768FAB

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

Shades of Ship Cove #768FAB

Tints of Ship Cove #768FAB

Color information

#768FAB (or 0x768FAB) is unknown color: approx Ship Cove. HEX triplet: 76, 8F and AB. RGB value is (118,143,171). Sum of RGB (Red+Green+Blue) = 118+143+171=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #768FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768FAB is #897054. Grayscale: #8A8A8A. Windows color (decimal): -9007189 or 11243382. OLE color: 11243382.

HSL color Cylindrical-coordinate representation of color #768FAB: hue angle of 211.7º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #768FAB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118143171-
CMYK0.310.1600.33
HSL211.7º23.98%56.67%-
HSV(B)211.7º30.99%67.06%-
XYZ24.6426.4442.33-
YUV138.72146.22113.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=27.31%
G=33.10%
B=39.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181431710.310.1600.33211.723.9856.67
Hex768FAB1F10021d41839
Octal16621725337200413243071
Binary11101101000111110101011111111000001000011101010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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