Html Css Color HEX #778CBA Wild Blue Yonder

📋 copy color: '#778CBA'

red 119 ◦ green 140 ◦ blue 186

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

Shades of Wild Blue Yonder #778CBA

Tints of Wild Blue Yonder #778CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 26.74%
G = 31.46%
B = 41.8%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#778CBA (or 0x778CBA) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and BA. RGB value is (119,140,186). Sum of RGB (Red+Green+Blue) = 119+140+186=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #778CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CBA is #887345. Grayscale: #8A8A8A. Windows color (decimal): -8942406 or 12225655. OLE color: 12225655.

HSL color Cylindrical-coordinate representation of color #778CBA: hue angle of 221.19º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #778CBA is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 140 186 -
CMYK 0.36 0.25 0 0.27
HSL 221.19º 0.33% 0.6% -
HSV(B) 221.19º 0.36% 0.73% -
XYZ 25.85 26.22 50.15 -
YUV 138.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 119 140 186 0.36 0.25 0 0.27 221.19 0.33 0.6
Hex 77 8C BA 24 19 0 1B DD 21 3C
Octal 167 214 272 44 31 0 33 335 41 74
Binary 1110111 10001100 10111010 100100 11001 0 11011 11011101 100001 111100

Color Harmonies of #778CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CBA

Black with #778CBA

Text Example


Text Example

White with #778CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,140,186); }

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

background-color css

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

 a { background-color: rgb(119,140,186); }

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

border-color css

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

 span { border-color: rgb(119,140,186); }

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