Html Css Color HEX #778BC4 Wild Blue Yonder

📋 copy color: '#778BC4'

red 119 ◦ green 139 ◦ blue 196

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

Shades of Wild Blue Yonder #778BC4

Tints of Wild Blue Yonder #778BC4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.62%

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 26.21%
G = 30.62%
B = 43.17%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#778BC4 (or 0x778BC4) is known color: Wild Blue Yonder. HEX triplet: 77, 8B and C4. RGB value is (119,139,196). Sum of RGB (Red+Green+Blue) = 119+139+196=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #778BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BC4 is #88743B. Grayscale: #8B8B8B. Windows color (decimal): -8942652 or 12880759. OLE color: 12880759.

HSL color Cylindrical-coordinate representation of color #778BC4: hue angle of 224.42º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778BC4 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 139 196 -
CMYK 0.39 0.29 0 0.23
HSL 224.42º 0.39% 0.62% -
HSV(B) 224.42º 0.39% 0.77% -
XYZ 26.8 26.37 55.9 -
YUV 139.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 119 139 196 0.39 0.29 0 0.23 224.42 0.39 0.62
Hex 77 8B C4 27 1D 0 17 E0 27 3E
Octal 167 213 304 47 35 0 27 340 47 76
Binary 1110111 10001011 11000100 100111 11101 0 10111 11100000 100111 111110

Color Harmonies of #778BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BC4

Black with #778BC4

Text Example


Text Example

White with #778BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,139,196); }

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

background-color css

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

 a { background-color: rgb(119,139,196); }

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

border-color css

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

 span { border-color: rgb(119,139,196); }

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