#8389AD

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

Shades of Wild Blue Yonder #8389AD

Tints of Wild Blue Yonder #8389AD

Color information

#8389AD (or 0x8389AD) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 89 and AD. RGB value is (131,137,173). Sum of RGB (Red+Green+Blue) = 131+137+173=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #8389AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8389AD is #7C7652. Grayscale: #8B8B8B. Windows color (decimal): -8156755 or 11372931. OLE color: 11372931.

HSL color Cylindrical-coordinate representation of color #8389AD: hue angle of 231.43º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8389AD is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131137173-
CMYK0.240.2100.32
HSL231.43º20.39%59.61%-
HSV(B)231.43º24.28%67.84%-
XYZ25.8525.7343.14-
YUV139.31147.01122.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.71%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=29.71%
G=31.07%
B=39.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311371730.240.2100.32231.4320.3959.61
Hex8389AD1815020e7143c
Octal20321125530250403472474
Binary100000111000100110101101110001010101000001110011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8389AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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