Html Css Color HEX #8389BB Wild Blue Yonder

📋 copy color: '#8389BB'

red 131 ◦ green 137 ◦ blue 187

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

Shades of Wild Blue Yonder #8389BB

Tints of Wild Blue Yonder #8389BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 28.79%
G = 30.11%
B = 41.1%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8389BB (or 0x8389BB) is known color: Wild Blue Yonder. HEX triplet: 83, 89 and BB. RGB value is (131,137,187). Sum of RGB (Red+Green+Blue) = 131+137+187=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #8389BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389BB is #7C7644. Grayscale: #8C8C8C. Windows color (decimal): -8156741 or 12290435. OLE color: 12290435.

HSL color Cylindrical-coordinate representation of color #8389BB: hue angle of 233.57º degrees, saturation: 0.29, 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 #8389BB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 137 187 -
CMYK 0.30 0.27 0 0.27
HSL 233.57º 0.29% 0.62% -
HSV(B) 233.57º 0.3% 0.73% -
XYZ 27.28 26.3 50.65 -
YUV 140.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 131 137 187 0.30 0.27 0 0.27 233.57 0.29 0.62
Hex 83 89 BB 1E 1B 0 1B EA 1D 3E
Octal 203 211 273 36 33 0 33 352 35 76
Binary 10000011 10001001 10111011 11110 11011 0 11011 11101010 11101 111110

Color Harmonies of #8389BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389BB

Black with #8389BB

Text Example


Text Example

White with #8389BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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