Html Css Color HEX #778BAE Ship Cove

📋 copy color: '#778BAE'

red 119 ◦ green 139 ◦ blue 174

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

Shades of Ship Cove #778BAE

Tints of Ship Cove #778BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 27.55%
G = 32.18%
B = 40.28%

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

#778BAE (or 0x778BAE) is known color: Ship Cove. HEX triplet: 77, 8B and AE. RGB value is (119,139,174). Sum of RGB (Red+Green+Blue) = 119+139+174=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #778BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778BAE is #887451. Grayscale: #888888. Windows color (decimal): -8942674 or 11438967. OLE color: 11438967.

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

Color convert

RGB 119 139 174 -
CMYK 0.32 0.20 0 0.32
HSL 218.18º 0.25% 0.57% -
HSV(B) 218.18º 0.32% 0.68% -
XYZ 24.48 25.44 43.67 -
YUV 137.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 119 139 174 0.32 0.20 0 0.32 218.18 0.25 0.57
Hex 77 8B AE 20 14 0 20 DA 19 39
Octal 167 213 256 40 24 0 40 332 31 71
Binary 1110111 10001011 10101110 100000 10100 0 100000 11011010 11001 111001

Color Harmonies of #778BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BAE

Black with #778BAE

Text Example


Text Example

White with #778BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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