#7F84AE

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

Shades of Wild Blue Yonder #7F84AE

Tints of Wild Blue Yonder #7F84AE

Color information

#7F84AE (or 0x7F84AE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 84 and AE. RGB value is (127,132,174). Sum of RGB (Red+Green+Blue) = 127+132+174=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F84AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F84AE is #807B51. Grayscale: #878787. Windows color (decimal): -8420178 or 11437183. OLE color: 11437183.

HSL color Cylindrical-coordinate representation of color #7F84AE: hue angle of 233.62º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F84AE is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB127132174-
CMYK0.270.2400.32
HSL233.62º22.49%59.02%-
HSV(B)233.62º27.01%68.24%-
XYZ24.6424.0743.39-
YUV135.29149.84122.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.33%
GREEN value IS 132 (51.95% from 255) = 30.48%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=29.33%
G=30.48%
B=40.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271321740.270.2400.32233.6222.4959.02
Hex7F84AE1B18020ea163b
Octal17720425633300403522673
Binary11111111000010010101110110111100001000001110101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F84AE; }

 p { color: rgb(127,132,174); }

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

<style>
 a { background-color: #7F84AE; }

 a { background-color: rgb(127,132,174); }

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

<style>
 span { border-color: #7F84AE; }

 span { border-color: rgb(127,132,174); }

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