Html Css Color HEX #768BAD Ship Cove

📋 copy color: '#768BAD'

red 118 ◦ green 139 ◦ blue 173

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

Shades of Ship Cove #768BAD

Tints of Ship Cove #768BAD

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 value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#768BAD (or 0x768BAD) is known color: 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

RGB 118 139 173 -
CMYK 0.32 0.20 0 0.32
HSL 217.09º 0.25% 0.57% -
HSV(B) 217.09º 0.32% 0.68% -
XYZ 24.25 25.33 43.15 -
YUV 136.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 118 139 173 0.32 0.20 0 0.32 217.09 0.25 0.57
Hex 76 8B AD 20 14 0 20 D9 19 39
Octal 166 213 255 40 24 0 40 331 31 71
Binary 1110110 10001011 10101101 100000 10100 0 100000 11011001 11001 111001

Color Harmonies of #768BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BAD

Black with #768BAD

Text Example


Text Example

White with #768BAD

Text Example


Text Example

HTML Codes & Css Web 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>