Html Css Color HEX #778ABA Wild Blue Yonder

📋 copy color: '#778ABA'

red 119 ◦ green 138 ◦ blue 186

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

Shades of Wild Blue Yonder #778ABA

Tints of Wild Blue Yonder #778ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

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

R = 26.86%
G = 31.15%
B = 41.99%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#778ABA (or 0x778ABA) is known color: Wild Blue Yonder. HEX triplet: 77, 8A and BA. RGB value is (119,138,186). Sum of RGB (Red+Green+Blue) = 119+138+186=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #778ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ABA is #887545. Grayscale: #898989. Windows color (decimal): -8942918 or 12225143. OLE color: 12225143.

HSL color Cylindrical-coordinate representation of color #778ABA: hue angle of 222.99º 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 #778ABA is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 138 186 -
CMYK 0.36 0.26 0 0.27
HSL 222.99º 0.33% 0.6% -
HSV(B) 222.99º 0.36% 0.73% -
XYZ 25.56 25.64 50.06 -
YUV 137.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 119 138 186 0.36 0.26 0 0.27 222.99 0.33 0.6
Hex 77 8A BA 24 1A 0 1B DF 21 3C
Octal 167 212 272 44 32 0 33 337 41 74
Binary 1110111 10001010 10111010 100100 11010 0 11011 11011111 100001 111100

Color Harmonies of #778ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778ABA

Black with #778ABA

Text Example


Text Example

White with #778ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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