#778FBF

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

Shades of Wild Blue Yonder #778FBF

Tints of Wild Blue Yonder #778FBF

Color information

#778FBF (or 0x778FBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8F and BF. RGB value is (119,143,191). Sum of RGB (Red+Green+Blue) = 119+143+191=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #778FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FBF is #887040. Grayscale: #8D8D8D. Windows color (decimal): -8941633 or 12554103. OLE color: 12554103.

HSL color Cylindrical-coordinate representation of color #778FBF: hue angle of 220º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #778FBF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119143191-
CMYK0.380.2500.25
HSL220º36%60.78%-
HSV(B)220º37.7%74.9%-
XYZ26.8327.3353.15-
YUV141.3156.05112.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.27%
GREEN value IS 143 (56.25% from 255) = 31.57%
BLUE value IS 191 (75% from 255) = 42.16%
R=26.27%
G=31.57%
B=42.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191431910.380.2500.252203660.78
Hex778FBF2619019dc243d
Octal16721727746310313344475
Binary111011110001111101111111001101100101100111011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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