Html Css Color HEX #8386BA Wild Blue Yonder

📋 copy color: '#8386BA'

red 131 ◦ green 134 ◦ blue 186

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

Shades of Wild Blue Yonder #8386BA

Tints of Wild Blue Yonder #8386BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.71%

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 29.05%
G = 29.71%
B = 41.24%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8386BA (or 0x8386BA) is known color: Wild Blue Yonder. HEX triplet: 83, 86 and BA. RGB value is (131,134,186). Sum of RGB (Red+Green+Blue) = 131+134+186=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #8386BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386BA is #7C7945. Grayscale: #8A8A8A. Windows color (decimal): -8157510 or 12224131. OLE color: 12224131.

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

Color convert

RGB 131 134 186 -
CMYK 0.30 0.28 0 0.27
HSL 236.73º 0.28% 0.62% -
HSV(B) 236.73º 0.3% 0.73% -
XYZ 26.75 25.42 49.95 -
YUV 139.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 131 134 186 0.30 0.28 0 0.27 236.73 0.28 0.62
Hex 83 86 BA 1E 1C 0 1B ED 1C 3E
Octal 203 206 272 36 34 0 33 355 34 76
Binary 10000011 10000110 10111010 11110 11100 0 11011 11101101 11100 111110

Color Harmonies of #8386BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8386BA

Black with #8386BA

Text Example


Text Example

White with #8386BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8386BA; }

 p { color: rgb(131,134,186); }

 H1.HeaderClassName
 {
   color: #8386BA;
 }
 .AnyTagClassName
 {
   color: #8386BA;
 }
</style>

background-color css

<style>
 a { background-color: #8386BA; }

 a { background-color: rgb(131,134,186); }

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

border-color css

<style>
 span { border-color: #8386BA; }

 span { border-color: rgb(131,134,186); }

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