#807FAE

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

Shades of Wild Blue Yonder #807FAE

Tints of Wild Blue Yonder #807FAE

Color information

#807FAE (or 0x807FAE) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 7F and AE. RGB value is (128,127,174). Sum of RGB (Red+Green+Blue) = 128+127+174=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #807FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807FAE is #7F8051. Grayscale: #848484. Windows color (decimal): -8355922 or 11435904. OLE color: 11435904.

HSL color Cylindrical-coordinate representation of color #807FAE: hue angle of 241.28º 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 #807FAE is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128127174-
CMYK0.260.2700.32
HSL241.28º22.49%59.02%-
HSV(B)241.28º27.01%68.24%-
XYZ24.1322.8243.18-
YUV132.66151.33124.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=29.84%
G=29.60%
B=40.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281271740.260.2700.32241.2822.4959.02
Hex807FAE1A1B020f1163b
Octal20017725632330403612673
Binary10000000111111110101110110101101101000001111000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807FAE; }

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

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

<style>
 a { background-color: #807FAE; }

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

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

<style>
 span { border-color: #807FAE; }

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

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