Html Css Color HEX #778AC5 Wild Blue Yonder

📋 copy color: '#778AC5'

red 119 ◦ green 138 ◦ blue 197

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

Shades of Wild Blue Yonder #778AC5

Tints of Wild Blue Yonder #778AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.39%

R = 26.21%
G = 30.4%
B = 43.39%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#778AC5 (or 0x778AC5) is known color: Wild Blue Yonder. HEX triplet: 77, 8A and C5. RGB value is (119,138,197). Sum of RGB (Red+Green+Blue) = 119+138+197=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #778AC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AC5 is #88753A. Grayscale: #8A8A8A. Windows color (decimal): -8942907 or 12946039. OLE color: 12946039.

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

Color convert

RGB 119 138 197 -
CMYK 0.40 0.30 0 0.23
HSL 225.38º 0.4% 0.62% -
HSV(B) 225.38º 0.4% 0.77% -
XYZ 26.77 26.13 56.46 -
YUV 139.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 119 138 197 0.40 0.30 0 0.23 225.38 0.4 0.62
Hex 77 8A C5 28 1E 0 17 E1 28 3E
Octal 167 212 305 50 36 0 27 341 50 76
Binary 1110111 10001010 11000101 101000 11110 0 10111 11100001 101000 111110

Color Harmonies of #778AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AC5

Black with #778AC5

Text Example


Text Example

White with #778AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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