#768DB4

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

Shades of Ship Cove #768DB4

Tints of Ship Cove #768DB4

Color information

#768DB4 (or 0x768DB4) is unknown color: approx Ship Cove. HEX triplet: 76, 8D and B4. RGB value is (118,141,180). Sum of RGB (Red+Green+Blue) = 118+141+180=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #768DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DB4 is #89724B. Grayscale: #8A8A8A. Windows color (decimal): -9007692 or 11832694. OLE color: 11832694.

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

Color convert

RGB118141180-
CMYK0.340.2200.29
HSL217.74º29.25%58.43%-
HSV(B)217.74º34.44%70.59%-
XYZ25.2326.246.91-
YUV138.57151.38113.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=26.88%
G=32.12%
B=41.00%

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
Decimal1181411800.340.2200.29217.7429.2558.43
Hex768DB4221601Dda1d3a
Octal16621526442260353323572
Binary11101101000110110110100100010101100111011101101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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