Html Css Color HEX #778BAD Ship Cove

📋 copy color: '#778BAD'

red 119 ◦ green 139 ◦ blue 173

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

Shades of Ship Cove #778BAD

Tints of Ship Cove #778BAD

RGB

 RED value IS 119 (46.88% from 255) = 27.61%

 GREEN value IS 139 (54.69% from 255) = 32.25%

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

R = 27.61%
G = 32.25%
B = 40.14%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#778BAD (or 0x778BAD) is known color: Ship Cove. HEX triplet: 77, 8B and AD. RGB value is (119,139,173). Sum of RGB (Red+Green+Blue) = 119+139+173=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #778BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778BAD is #887452. Grayscale: #888888. Windows color (decimal): -8942675 or 11373431. OLE color: 11373431.

HSL color Cylindrical-coordinate representation of color #778BAD: hue angle of 217.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #778BAD is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 139 173 -
CMYK 0.31 0.20 0 0.32
HSL 217.78º 0.25% 0.57% -
HSV(B) 217.78º 0.31% 0.68% -
XYZ 24.38 25.4 43.15 -
YUV 136.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 119 139 173 0.31 0.20 0 0.32 217.78 0.25 0.57
Hex 77 8B AD 1F 14 0 20 DA 19 39
Octal 167 213 255 37 24 0 40 332 31 71
Binary 1110111 10001011 10101101 11111 10100 0 100000 11011010 11001 111001

Color Harmonies of #778BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BAD

Black with #778BAD

Text Example


Text Example

White with #778BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778BAD; }

 p { color: rgb(119,139,173); }

 H1.HeaderClassName
 {
   color: #778BAD;
 }
 .AnyTagClassName
 {
   color: #778BAD;
 }
</style>

background-color css

<style>
 a { background-color: #778BAD; }

 a { background-color: rgb(119,139,173); }

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

border-color css

<style>
 span { border-color: #778BAD; }

 span { border-color: rgb(119,139,173); }

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