#8389BA

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

Shades of Wild Blue Yonder #8389BA

Tints of Wild Blue Yonder #8389BA

Color information

#8389BA (or 0x8389BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 89 and BA. RGB value is (131,137,186). Sum of RGB (Red+Green+Blue) = 131+137+186=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #8389BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389BA is #7C7645. Grayscale: #8C8C8C. Windows color (decimal): -8156742 or 12224899. OLE color: 12224899.

HSL color Cylindrical-coordinate representation of color #8389BA: hue angle of 233.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8389BA is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131137186-
CMYK0.300.2600.27
HSL233.45º28.5%62.16%-
HSV(B)233.45º29.57%72.94%-
XYZ27.1726.2650.09-
YUV140.79153.51121.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.85%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=28.85%
G=30.18%
B=40.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311371860.300.2600.27233.4528.562.16
Hex8389BA1E1A01Be91c3e
Octal20321127236320333513476
Binary10000011100010011011101011110110100110111110100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8389BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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