#777DC4

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

Shades of Wild Blue Yonder #777DC4

Tints of Wild Blue Yonder #777DC4

Color information

#777DC4 (or 0x777DC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7D and C4. RGB value is (119,125,196). Sum of RGB (Red+Green+Blue) = 119+125+196=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #777DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DC4 is #88823B. Grayscale: #838383. Windows color (decimal): -8946236 or 12877175. OLE color: 12877175.

HSL color Cylindrical-coordinate representation of color #777DC4: hue angle of 235.32º 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 #777DC4 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB119125196-
CMYK0.390.3600.23
HSL235.32º39.49%61.76%-
HSV(B)235.32º39.29%76.86%-
XYZ24.9122.5755.27-
YUV131.3164.51119.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.05%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 196 (76.95% from 255) = 44.55%
R=27.05%
G=28.41%
B=44.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191251960.390.3600.23235.3239.4961.76
Hex777DC42724017eb273e
Octal16717530447440273534776
Binary111011111111011100010010011110010001011111101011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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