#778ACA

Color #778ACA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #778ACA

Tints of Wild Blue Yonder #778ACA

Color information

#778ACA (or 0x778ACA) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8A and CA. RGB value is (119,138,202). Sum of RGB (Red+Green+Blue) = 119+138+202=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #778ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ACA is #887535. Grayscale: #8B8B8B. Windows color (decimal): -8942902 or 13273719. OLE color: 13273719.

HSL color Cylindrical-coordinate representation of color #778ACA: hue angle of 226.27º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #778ACA is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119138202-
CMYK0.410.3200.21
HSL226.27º43.92%62.94%-
HSV(B)226.27º41.09%79.22%-
XYZ27.3626.3659.52-
YUV139.61163.21113.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 138 (54.30% from 255) = 30.07%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=25.93%
G=30.07%
B=44.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191382020.410.3200.21226.2743.9262.94
Hex778ACA2920015e22c3f
Octal16721231251400253425477
Binary1110111100010101100101010100110000001010111100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #778ACA;
 }
 .AnyTagClassName
 {
   color: #778ACA;
 }
</style>
background-color css

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

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

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

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

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

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