#768FB4

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

Shades of Ship Cove #768FB4

Tints of Ship Cove #768FB4

Color information

#768FB4 (or 0x768FB4) is unknown color: approx Ship Cove. HEX triplet: 76, 8F and B4. RGB value is (118,143,180). Sum of RGB (Red+Green+Blue) = 118+143+180=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #768FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FB4 is #89704B. Grayscale: #8B8B8B. Windows color (decimal): -9007180 or 11833206. OLE color: 11833206.

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

Color convert

RGB118143180-
CMYK0.340.2100.29
HSL215.81º29.25%58.43%-
HSV(B)215.81º34.44%70.59%-
XYZ25.5326.7947.01-
YUV139.74150.72112.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.76%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=26.76%
G=32.43%
B=40.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181431800.340.2100.29215.8129.2558.43
Hex768FB4221501Dd81d3a
Octal16621726442250353303572
Binary11101101000111110110100100010101010111011101100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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