#777FC4

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

Shades of Wild Blue Yonder #777FC4

Tints of Wild Blue Yonder #777FC4

Color information

#777FC4 (or 0x777FC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7F and C4. RGB value is (119,127,196). Sum of RGB (Red+Green+Blue) = 119+127+196=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #777FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FC4 is #88803B. Grayscale: #848484. Windows color (decimal): -8945724 or 12877687. OLE color: 12877687.

HSL color Cylindrical-coordinate representation of color #777FC4: hue angle of 233.77º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #777FC4 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB119127196-
CMYK0.390.3500.23
HSL233.77º39.49%61.76%-
HSV(B)233.77º39.29%76.86%-
XYZ25.1623.0955.35-
YUV132.47163.85118.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.92%
GREEN value IS 127 (50% from 255) = 28.73%
BLUE value IS 196 (76.95% from 255) = 44.34%
R=26.92%
G=28.73%
B=44.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191271960.390.3500.23233.7739.4961.76
Hex777FC42723017ea273e
Octal16717730447430273524776
Binary111011111111111100010010011110001101011111101010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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