#777DAF

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

Shades of Wild Blue Yonder #777DAF

Tints of Wild Blue Yonder #777DAF

Color information

#777DAF (or 0x777DAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7D and AF. RGB value is (119,125,175). Sum of RGB (Red+Green+Blue) = 119+125+175=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #777DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DAF is #888250. Grayscale: #808080. Windows color (decimal): -8946257 or 11500919. OLE color: 11500919.

HSL color Cylindrical-coordinate representation of color #777DAF: hue angle of 233.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777DAF is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119125175-
CMYK0.320.2900.31
HSL233.57º25.93%57.65%-
HSV(B)233.57º32%68.63%-
XYZ22.6821.6843.55-
YUV128.91154.01120.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 125 (49.22% from 255) = 29.83%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=28.40%
G=29.83%
B=41.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191251750.320.2900.31233.5725.9357.65
Hex777DAF201D01Fea1a3a
Octal16717525740350373523272
Binary1110111111110110101111100000111010111111110101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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