Html Css Color HEX #8389BF Wild Blue Yonder

📋 copy color: '#8389BF'

red 131 ◦ green 137 ◦ blue 191

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

Shades of Wild Blue Yonder #8389BF

Tints of Wild Blue Yonder #8389BF

RGB

 RED value IS 131 (51.56% from 255) = 28.54%

 GREEN value IS 137 (53.91% from 255) = 29.85%

 BLUE value IS 191 (75% from 255) = 41.61%

R = 28.54%
G = 29.85%
B = 41.61%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8389BF (or 0x8389BF) is known color: Wild Blue Yonder. HEX triplet: 83, 89 and BF. RGB value is (131,137,191). Sum of RGB (Red+Green+Blue) = 131+137+191=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #8389BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389BF is #7C7640. Grayscale: #8D8D8D. Windows color (decimal): -8156737 or 12552579. OLE color: 12552579.

HSL color Cylindrical-coordinate representation of color #8389BF: hue angle of 234º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8389BF is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 137 191 -
CMYK 0.31 0.28 0 0.25
HSL 234º 0.32% 0.63% -
HSV(B) 234º 0.31% 0.75% -
XYZ 27.71 26.48 52.94 -
YUV 141.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 131 137 191 0.31 0.28 0 0.25 234 0.32 0.63
Hex 83 89 BF 1F 1C 0 19 EA 20 3F
Octal 203 211 277 37 34 0 31 352 40 77
Binary 10000011 10001001 10111111 11111 11100 0 11001 11101010 100000 111111

Color Harmonies of #8389BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389BF

Black with #8389BF

Text Example


Text Example

White with #8389BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8389BF;
 }
 .AnyTagClassName
 {
   color: #8389BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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