#8389AF

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

Shades of Wild Blue Yonder #8389AF

Tints of Wild Blue Yonder #8389AF

Color information

#8389AF (or 0x8389AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 89 and AF. RGB value is (131,137,175). Sum of RGB (Red+Green+Blue) = 131+137+175=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #8389AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8389AF is #7C7650. Grayscale: #8B8B8B. Windows color (decimal): -8156753 or 11504003. OLE color: 11504003.

HSL color Cylindrical-coordinate representation of color #8389AF: hue angle of 231.82º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8389AF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB131137175-
CMYK0.250.2200.31
HSL231.82º21.57%60%-
HSV(B)231.82º25.14%68.63%-
XYZ26.0425.8144.17-
YUV139.54148.01121.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.57%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=29.57%
G=30.93%
B=39.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311371750.250.2200.31231.8221.5760
Hex8389AF191601Fe8163c
Octal20321125731260373502674
Binary10000011100010011010111111001101100111111110100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8389AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8389AF; }

 p { color: rgb(131,137,175); }

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

<style>
 a { background-color: #8389AF; }

 a { background-color: rgb(131,137,175); }

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

<style>
 span { border-color: #8389AF; }

 span { border-color: rgb(131,137,175); }

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