#767DAE

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

Shades of Wild Blue Yonder #767DAE

Tints of Wild Blue Yonder #767DAE

Color information

#767DAE (or 0x767DAE) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7D and AE. RGB value is (118,125,174). Sum of RGB (Red+Green+Blue) = 118+125+174=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #767DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767DAE is #898251. Grayscale: #808080. Windows color (decimal): -9011794 or 11435382. OLE color: 11435382.

HSL color Cylindrical-coordinate representation of color #767DAE: hue angle of 232.5º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #767DAE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118125174-
CMYK0.320.2800.32
HSL232.5º25.69%57.25%-
HSV(B)232.5º32.18%68.24%-
XYZ22.4421.5743.03-
YUV128.49153.68120.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.30%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=28.30%
G=29.98%
B=41.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181251740.320.2800.32232.525.6957.25
Hex767DAE201C020e81a39
Octal16617525640340403503271
Binary11101101111101101011101000001110001000001110100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767DAE; }

 p { color: rgb(118,125,174); }

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

<style>
 a { background-color: #767DAE; }

 a { background-color: rgb(118,125,174); }

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

<style>
 span { border-color: #767DAE; }

 span { border-color: rgb(118,125,174); }

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