#767EAF

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

Shades of Wild Blue Yonder #767EAF

Tints of Wild Blue Yonder #767EAF

Color information

#767EAF (or 0x767EAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7E and AF. RGB value is (118,126,175). Sum of RGB (Red+Green+Blue) = 118+126+175=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 126 (49.61% from 255 or 30.07% 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 #767EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767EAF is #898150. Grayscale: #808080. Windows color (decimal): -9011537 or 11501174. OLE color: 11501174.

HSL color Cylindrical-coordinate representation of color #767EAF: hue angle of 231.58º 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 #767EAF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118126175-
CMYK0.330.2800.31
HSL231.58º26.27%57.45%-
HSV(B)231.58º32.57%68.63%-
XYZ22.6721.8743.58-
YUV129.19153.85120.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.16%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=28.16%
G=30.07%
B=41.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181261750.330.2800.31231.5826.2757.45
Hex767EAF211C01Fe81a39
Octal16617625741340373503271
Binary1110110111111010101111100001111000111111110100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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