Html Css Color HEX #778EC0 Wild Blue Yonder

📋 copy color: '#778EC0'

red 119 ◦ green 142 ◦ blue 192

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

Shades of Wild Blue Yonder #778EC0

Tints of Wild Blue Yonder #778EC0

RGB

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

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

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

R = 26.27%
G = 31.35%
B = 42.38%

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

#778EC0 (or 0x778EC0) is known color: Wild Blue Yonder. HEX triplet: 77, 8E and C0. RGB value is (119,142,192). Sum of RGB (Red+Green+Blue) = 119+142+192=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #778EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EC0 is #88713F. Grayscale: #8C8C8C. Windows color (decimal): -8941888 or 12619383. OLE color: 12619383.

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

Color convert

RGB 119 142 192 -
CMYK 0.38 0.26 0 0.25
HSL 221.1º 0.37% 0.61% -
HSV(B) 221.1º 0.38% 0.75% -
XYZ 26.8 27.07 53.68 -
YUV 140.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 119 142 192 0.38 0.26 0 0.25 221.1 0.37 0.61
Hex 77 8E C0 26 1A 0 19 DD 25 3D
Octal 167 216 300 46 32 0 31 335 45 75
Binary 1110111 10001110 11000000 100110 11010 0 11001 11011101 100101 111101

Color Harmonies of #778EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778EC0

Black with #778EC0

Text Example


Text Example

White with #778EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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