Html Css Color HEX #768EAD Ship Cove

📋 copy color: '#768EAD'

red 118 ◦ green 142 ◦ blue 173

#768EAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #768EAD

Tints of Ship Cove #768EAD

RGB

 RED value IS 118 (46.48% from 255) = 27.25%

 GREEN value IS 142 (55.86% from 255) = 32.79%

 BLUE value IS 173 (67.97% from 255) = 39.95%

R = 27.25%
G = 32.79%
B = 39.95%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#768EAD (or 0x768EAD) is known color: Ship Cove. HEX triplet: 76, 8E and AD. RGB value is (118,142,173). Sum of RGB (Red+Green+Blue) = 118+142+173=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #768EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768EAD is #897152. Grayscale: #8A8A8A. Windows color (decimal): -9007443 or 11374198. OLE color: 11374198.

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

Color convert

RGB 118 142 173 -
CMYK 0.32 0.18 0 0.32
HSL 213.82º 0.25% 0.57% -
HSV(B) 213.82º 0.32% 0.68% -
XYZ 24.69 26.21 43.29 -
YUV 138.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 118 142 173 0.32 0.18 0 0.32 213.82 0.25 0.57
Hex 76 8E AD 20 12 0 20 D6 19 39
Octal 166 216 255 40 22 0 40 326 31 71
Binary 1110110 10001110 10101101 100000 10010 0 100000 11010110 11001 111001

Color Harmonies of #768EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EAD

Black with #768EAD

Text Example


Text Example

White with #768EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #768EAD;
 }
 .AnyTagClassName
 {
   color: #768EAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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