Html Css Color HEX #8389B9 Wild Blue Yonder

📋 copy color: '#8389B9'

red 131 ◦ green 137 ◦ blue 185

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

Shades of Wild Blue Yonder #8389B9

Tints of Wild Blue Yonder #8389B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.84%

R = 28.92%
G = 30.24%
B = 40.84%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8389B9 (or 0x8389B9) is known color: Wild Blue Yonder. HEX triplet: 83, 89 and B9. RGB value is (131,137,185). Sum of RGB (Red+Green+Blue) = 131+137+185=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #8389B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389B9 is #7C7646. Grayscale: #8C8C8C. Windows color (decimal): -8156743 or 12159363. OLE color: 12159363.

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

Color convert

RGB 131 137 185 -
CMYK 0.29 0.26 0 0.27
HSL 233.33º 0.28% 0.62% -
HSV(B) 233.33º 0.29% 0.73% -
XYZ 27.06 26.22 49.53 -
YUV 140.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 131 137 185 0.29 0.26 0 0.27 233.33 0.28 0.62
Hex 83 89 B9 1D 1A 0 1B E9 1C 3E
Octal 203 211 271 35 32 0 33 351 34 76
Binary 10000011 10001001 10111001 11101 11010 0 11011 11101001 11100 111110

Color Harmonies of #8389B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389B9

Black with #8389B9

Text Example


Text Example

White with #8389B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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