#767DAF

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

Shades of Wild Blue Yonder #767DAF

Tints of Wild Blue Yonder #767DAF

Color information

#767DAF (or 0x767DAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7D and AF. RGB value is (118,125,175). Sum of RGB (Red+Green+Blue) = 118+125+175=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #767DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767DAF is #898250. Grayscale: #808080. Windows color (decimal): -9011793 or 11500918. OLE color: 11500918.

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

Color convert

RGB118125175-
CMYK0.330.2900.31
HSL232.63º26.27%57.45%-
HSV(B)232.63º32.57%68.63%-
XYZ22.5421.6143.54-
YUV128.61154.18120.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=28.23%
G=29.90%
B=41.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181251750.330.2900.31232.6326.2757.45
Hex767DAF211D01Fe91a39
Octal16617525741350373513271
Binary1110110111110110101111100001111010111111110100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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