Html Css Color HEX #8389BD Wild Blue Yonder

📋 copy color: '#8389BD'

red 131 ◦ green 137 ◦ blue 189

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

Shades of Wild Blue Yonder #8389BD

Tints of Wild Blue Yonder #8389BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 28.67%
G = 29.98%
B = 41.36%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8389BD (or 0x8389BD) is known color: Wild Blue Yonder. HEX triplet: 83, 89 and BD. RGB value is (131,137,189). Sum of RGB (Red+Green+Blue) = 131+137+189=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #8389BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389BD is #7C7642. Grayscale: #8C8C8C. Windows color (decimal): -8156739 or 12421507. OLE color: 12421507.

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

Color convert

RGB 131 137 189 -
CMYK 0.31 0.28 0 0.26
HSL 233.79º 0.31% 0.63% -
HSV(B) 233.79º 0.31% 0.74% -
XYZ 27.49 26.39 51.79 -
YUV 141.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 131 137 189 0.31 0.28 0 0.26 233.79 0.31 0.63
Hex 83 89 BD 1F 1C 0 1A EA 1F 3F
Octal 203 211 275 37 34 0 32 352 37 77
Binary 10000011 10001001 10111101 11111 11100 0 11010 11101010 11111 111111

Color Harmonies of #8389BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389BD

Black with #8389BD

Text Example


Text Example

White with #8389BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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