Html Css Color HEX #778ACE Wild Blue Yonder

📋 copy color: '#778ACE'

red 119 ◦ green 138 ◦ blue 206

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

Shades of Wild Blue Yonder #778ACE

Tints of Wild Blue Yonder #778ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 25.7%
G = 29.81%
B = 44.49%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#778ACE (or 0x778ACE) is known color: Wild Blue Yonder. HEX triplet: 77, 8A and CE. RGB value is (119,138,206). Sum of RGB (Red+Green+Blue) = 119+138+206=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #778ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ACE is #887531. Grayscale: #8B8B8B. Windows color (decimal): -8942898 or 13535863. OLE color: 13535863.

HSL color Cylindrical-coordinate representation of color #778ACE: hue angle of 226.9º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #778ACE is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 138 206 -
CMYK 0.42 0.33 0 0.19
HSL 226.9º 0.47% 0.64% -
HSV(B) 226.9º 0.42% 0.81% -
XYZ 27.84 26.56 62.05 -
YUV 140.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 119 138 206 0.42 0.33 0 0.19 226.9 0.47 0.64
Hex 77 8A CE 2A 21 0 13 E3 2F 40
Octal 167 212 316 52 41 0 23 343 57 100
Binary 1110111 10001010 11001110 101010 100001 0 10011 11100011 101111 1000000

Color Harmonies of #778ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778ACE

Black with #778ACE

Text Example


Text Example

White with #778ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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