#777CBF

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

Shades of Wild Blue Yonder #777CBF

Tints of Wild Blue Yonder #777CBF

Color information

#777CBF (or 0x777CBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7C and BF. RGB value is (119,124,191). Sum of RGB (Red+Green+Blue) = 119+124+191=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #777CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CBF is #888340. Grayscale: #818181. Windows color (decimal): -8946497 or 12549239. OLE color: 12549239.

HSL color Cylindrical-coordinate representation of color #777CBF: hue angle of 235.83º 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 #777CBF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119124191-
CMYK0.380.3500.25
HSL235.83º36%60.78%-
HSV(B)235.83º37.7%74.9%-
XYZ24.2222.152.28-
YUV130.14162.34120.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.42%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 191 (75% from 255) = 44.01%
R=27.42%
G=28.57%
B=44.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191241910.380.3500.25235.833660.78
Hex777CBF2623019ec243d
Octal16717427746430313544475
Binary111011111111001011111110011010001101100111101100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777CBF; }

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

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

<style>
 a { background-color: #777CBF; }

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

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

<style>
 span { border-color: #777CBF; }

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

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