Html Css Color HEX #8389BC Wild Blue Yonder

📋 copy color: '#8389BC'

red 131 ◦ green 137 ◦ blue 188

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

Shades of Wild Blue Yonder #8389BC

Tints of Wild Blue Yonder #8389BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 28.73%
G = 30.04%
B = 41.23%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8389BC (or 0x8389BC) is known color: Wild Blue Yonder. HEX triplet: 83, 89 and BC. RGB value is (131,137,188). Sum of RGB (Red+Green+Blue) = 131+137+188=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #8389BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389BC is #7C7643. Grayscale: #8C8C8C. Windows color (decimal): -8156740 or 12355971. OLE color: 12355971.

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

Color convert

RGB 131 137 188 -
CMYK 0.30 0.27 0 0.26
HSL 233.68º 0.3% 0.63% -
HSV(B) 233.68º 0.3% 0.74% -
XYZ 27.38 26.35 51.22 -
YUV 141.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 131 137 188 0.30 0.27 0 0.26 233.68 0.3 0.63
Hex 83 89 BC 1E 1B 0 1A EA 1E 3F
Octal 203 211 274 36 33 0 32 352 36 77
Binary 10000011 10001001 10111100 11110 11011 0 11010 11101010 11110 111111

Color Harmonies of #8389BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389BC

Black with #8389BC

Text Example


Text Example

White with #8389BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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