Html Css Color HEX #778FC0 Wild Blue Yonder

📋 copy color: '#778FC0'

red 119 ◦ green 143 ◦ blue 192

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

Shades of Wild Blue Yonder #778FC0

Tints of Wild Blue Yonder #778FC0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.5%

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 26.21%
G = 31.5%
B = 42.29%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#778FC0 (or 0x778FC0) is known color: Wild Blue Yonder. HEX triplet: 77, 8F and C0. RGB value is (119,143,192). Sum of RGB (Red+Green+Blue) = 119+143+192=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #778FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FC0 is #88703F. Grayscale: #8D8D8D. Windows color (decimal): -8941632 or 12619639. OLE color: 12619639.

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

Color convert

RGB 119 143 192 -
CMYK 0.38 0.26 0 0.25
HSL 220.27º 0.37% 0.61% -
HSV(B) 220.27º 0.38% 0.75% -
XYZ 26.94 27.37 53.73 -
YUV 141.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 119 143 192 0.38 0.26 0 0.25 220.27 0.37 0.61
Hex 77 8F C0 26 1A 0 19 DC 25 3D
Octal 167 217 300 46 32 0 31 334 45 75
Binary 1110111 10001111 11000000 100110 11010 0 11001 11011100 100101 111101

Color Harmonies of #778FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FC0

Black with #778FC0

Text Example


Text Example

White with #778FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,143,192); }

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

background-color css

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

 a { background-color: rgb(119,143,192); }

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

border-color css

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

 span { border-color: rgb(119,143,192); }

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