Html Css Color HEX #778ECF Wild Blue Yonder

📋 copy color: '#778ECF'

red 119 ◦ green 142 ◦ blue 207

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

Shades of Wild Blue Yonder #778ECF

Tints of Wild Blue Yonder #778ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.34%

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 25.43%
G = 30.34%
B = 44.23%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#778ECF (or 0x778ECF) is known color: Wild Blue Yonder. HEX triplet: 77, 8E and CF. RGB value is (119,142,207). Sum of RGB (Red+Green+Blue) = 119+142+207=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #778ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ECF is #887130. Grayscale: #8E8E8E. Windows color (decimal): -8941873 or 13602423. OLE color: 13602423.

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

Color convert

RGB 119 142 207 -
CMYK 0.43 0.31 0 0.19
HSL 224.32º 0.48% 0.64% -
HSV(B) 224.32º 0.43% 0.81% -
XYZ 28.54 27.77 62.89 -
YUV 142.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 119 142 207 0.43 0.31 0 0.19 224.32 0.48 0.64
Hex 77 8E CF 2B 1F 0 13 E0 30 40
Octal 167 216 317 53 37 0 23 340 60 100
Binary 1110111 10001110 11001111 101011 11111 0 10011 11100000 110000 1000000

Color Harmonies of #778ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778ECF

Black with #778ECF

Text Example


Text Example

White with #778ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,142,207); }

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

background-color css

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

 a { background-color: rgb(119,142,207); }

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

border-color css

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

 span { border-color: rgb(119,142,207); }

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