#777FC1

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

Shades of Wild Blue Yonder #777FC1

Tints of Wild Blue Yonder #777FC1

Color information

#777FC1 (or 0x777FC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7F and C1. RGB value is (119,127,193). Sum of RGB (Red+Green+Blue) = 119+127+193=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #777FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FC1 is #88803E. Grayscale: #838383. Windows color (decimal): -8945727 or 12681079. OLE color: 12681079.

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

Color convert

RGB119127193-
CMYK0.380.3400.24
HSL233.51º37.37%61.18%-
HSV(B)233.51º38.34%75.69%-
XYZ24.8222.9553.57-
YUV132.13162.35118.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.11%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=27.11%
G=28.93%
B=43.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191271930.380.3400.24233.5137.3761.18
Hex777FC12622018ea253d
Octal16717730146420303524575
Binary111011111111111100000110011010001001100011101010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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