Html Css Color HEX #778BBD Wild Blue Yonder

📋 copy color: '#778BBD'

red 119 ◦ green 139 ◦ blue 189

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

Shades of Wild Blue Yonder #778BBD

Tints of Wild Blue Yonder #778BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 26.62%
G = 31.1%
B = 42.28%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#778BBD (or 0x778BBD) is known color: Wild Blue Yonder. HEX triplet: 77, 8B and BD. RGB value is (119,139,189). Sum of RGB (Red+Green+Blue) = 119+139+189=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #778BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BBD is #887442. Grayscale: #8A8A8A. Windows color (decimal): -8942659 or 12422007. OLE color: 12422007.

HSL color Cylindrical-coordinate representation of color #778BBD: hue angle of 222.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778BBD is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 139 189 -
CMYK 0.37 0.26 0 0.26
HSL 222.86º 0.35% 0.6% -
HSV(B) 222.86º 0.37% 0.74% -
XYZ 26.03 26.06 51.8 -
YUV 138.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 119 139 189 0.37 0.26 0 0.26 222.86 0.35 0.6
Hex 77 8B BD 25 1A 0 1A DF 23 3C
Octal 167 213 275 45 32 0 32 337 43 74
Binary 1110111 10001011 10111101 100101 11010 0 11010 11011111 100011 111100

Color Harmonies of #778BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BBD

Black with #778BBD

Text Example


Text Example

White with #778BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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