Html Css Color HEX #8389AD Wild Blue Yonder

📋 copy color: '#8389AD'

red 131 ◦ green 137 ◦ blue 173

#8389AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #8389AD

Tints of Wild Blue Yonder #8389AD

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 value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8389AD (or 0x8389AD) is known color: 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

RGB 131 137 173 -
CMYK 0.24 0.21 0 0.32
HSL 231.43º 0.2% 0.6% -
HSV(B) 231.43º 0.24% 0.68% -
XYZ 25.85 25.73 43.14 -
YUV 139.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 131 137 173 0.24 0.21 0 0.32 231.43 0.2 0.6
Hex 83 89 AD 18 15 0 20 E7 14 3C
Octal 203 211 255 30 25 0 40 347 24 74
Binary 10000011 10001001 10101101 11000 10101 0 100000 11100111 10100 111100

Color Harmonies of #8389AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389AD

Black with #8389AD

Text Example


Text Example

White with #8389AD

Text Example


Text Example

HTML Codes & Css Web 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>