#778FC1

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

Shades of Wild Blue Yonder #778FC1

Tints of Wild Blue Yonder #778FC1

Color information

#778FC1 (or 0x778FC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8F and C1. RGB value is (119,143,193). Sum of RGB (Red+Green+Blue) = 119+143+193=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #778FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FC1 is #88703E. Grayscale: #8D8D8D. Windows color (decimal): -8941631 or 12685175. OLE color: 12685175.

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

Color convert

RGB119143193-
CMYK0.380.2600.24
HSL220.54º37.37%61.18%-
HSV(B)220.54º38.34%75.69%-
XYZ27.0627.4254.32-
YUV141.52157.05111.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 193 (75.78% from 255) = 42.42%
R=26.15%
G=31.43%
B=42.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191431930.380.2600.24220.5437.3761.18
Hex778FC1261A018dd253d
Octal16721730146320303354575
Binary111011110001111110000011001101101001100011011101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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