Html Css Color HEX #778ABE Wild Blue Yonder

📋 copy color: '#778ABE'

red 119 ◦ green 138 ◦ blue 190

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

Shades of Wild Blue Yonder #778ABE

Tints of Wild Blue Yonder #778ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 26.62%
G = 30.87%
B = 42.51%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#778ABE (or 0x778ABE) is known color: Wild Blue Yonder. HEX triplet: 77, 8A and BE. RGB value is (119,138,190). Sum of RGB (Red+Green+Blue) = 119+138+190=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #778ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ABE is #887541. Grayscale: #8A8A8A. Windows color (decimal): -8942914 or 12487287. OLE color: 12487287.

HSL color Cylindrical-coordinate representation of color #778ABE: hue angle of 223.94º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778ABE is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 138 190 -
CMYK 0.37 0.27 0 0.25
HSL 223.94º 0.35% 0.61% -
HSV(B) 223.94º 0.37% 0.75% -
XYZ 25.99 25.82 52.33 -
YUV 138.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 119 138 190 0.37 0.27 0 0.25 223.94 0.35 0.61
Hex 77 8A BE 25 1B 0 19 E0 23 3D
Octal 167 212 276 45 33 0 31 340 43 75
Binary 1110111 10001010 10111110 100101 11011 0 11001 11100000 100011 111101

Color Harmonies of #778ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778ABE

Black with #778ABE

Text Example


Text Example

White with #778ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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