Html Css Color HEX #778EB3 Ship Cove

📋 copy color: '#778EB3'

red 119 ◦ green 142 ◦ blue 179

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

Shades of Ship Cove #778EB3

Tints of Ship Cove #778EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 27.05%
G = 32.27%
B = 40.68%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#778EB3 (or 0x778EB3) is known color: Ship Cove. HEX triplet: 77, 8E and B3. RGB value is (119,142,179). Sum of RGB (Red+Green+Blue) = 119+142+179=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #778EB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EB3 is #88714C. Grayscale: #8B8B8B. Windows color (decimal): -8941901 or 11767415. OLE color: 11767415.

HSL color Cylindrical-coordinate representation of color #778EB3: hue angle of 217º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #778EB3 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 142 179 -
CMYK 0.34 0.21 0 0.30
HSL 217º 0.28% 0.58% -
HSV(B) 217º 0.34% 0.7% -
XYZ 25.42 26.52 46.43 -
YUV 139.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 119 142 179 0.34 0.21 0 0.30 217 0.28 0.58
Hex 77 8E B3 22 15 0 1E D9 1C 3A
Octal 167 216 263 42 25 0 36 331 34 72
Binary 1110111 10001110 10110011 100010 10101 0 11110 11011001 11100 111010

Color Harmonies of #778EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778EB3

Black with #778EB3

Text Example


Text Example

White with #778EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,142,179); }

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

background-color css

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

 a { background-color: rgb(119,142,179); }

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

border-color css

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

 span { border-color: rgb(119,142,179); }

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