#778BC8

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

Shades of Wild Blue Yonder #778BC8

Tints of Wild Blue Yonder #778BC8

Color information

#778BC8 (or 0x778BC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8B and C8. RGB value is (119,139,200). Sum of RGB (Red+Green+Blue) = 119+139+200=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #778BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BC8 is #887437. Grayscale: #8B8B8B. Windows color (decimal): -8942648 or 13142903. OLE color: 13142903.

HSL color Cylindrical-coordinate representation of color #778BC8: hue angle of 225.19º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #778BC8 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB119139200-
CMYK0.400.3000.22
HSL225.19º42.41%62.55%-
HSV(B)225.19º40.5%78.43%-
XYZ27.2726.5658.33-
YUV139.97161.87113.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 200 (78.52% from 255) = 43.67%
R=25.98%
G=30.35%
B=43.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191392000.400.3000.22225.1942.4162.55
Hex778BC8281E016e12a3f
Octal16721331050360263415277
Binary111011110001011110010001010001111001011011100001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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