#807FAF

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

Shades of Wild Blue Yonder #807FAF

Tints of Wild Blue Yonder #807FAF

Color information

#807FAF (or 0x807FAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 7F and AF. RGB value is (128,127,175). Sum of RGB (Red+Green+Blue) = 128+127+175=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #807FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807FAF is #7F8050. Grayscale: #848484. Windows color (decimal): -8355921 or 11501440. OLE color: 11501440.

HSL color Cylindrical-coordinate representation of color #807FAF: hue angle of 241.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #807FAF is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128127175-
CMYK0.270.2700.31
HSL241.25º23.08%59.22%-
HSV(B)241.25º27.43%68.63%-
XYZ24.2322.8643.69-
YUV132.77151.83124.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=29.77%
G=29.53%
B=40.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281271750.270.2700.31241.2523.0859.22
Hex807FAF1B1B01Ff1173b
Octal20017725733330373612773
Binary1000000011111111010111111011110110111111111000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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