#8386BF

Color #8386BF Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #8386BF

Tints of Wild Blue Yonder #8386BF

Color information

#8386BF (or 0x8386BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 86 and BF. RGB value is (131,134,191). Sum of RGB (Red+Green+Blue) = 131+134+191=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #8386BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386BF is #7C7940. Grayscale: #8B8B8B. Windows color (decimal): -8157505 or 12551811. OLE color: 12551811.

HSL color Cylindrical-coordinate representation of color #8386BF: hue angle of 237º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8386BF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131134191-
CMYK0.310.3000.25
HSL237º31.91%63.14%-
HSV(B)237º31.41%74.9%-
XYZ27.2925.6452.8-
YUV139.6157.01121.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.73%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 191 (75% from 255) = 41.89%
R=28.73%
G=29.39%
B=41.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311341910.310.3000.2523731.9163.14
Hex8386BF1F1E019ed203f
Octal20320627737360313554077
Binary100000111000011010111111111111111001100111101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8386BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8386BF;
 }
 .AnyTagClassName
 {
   color: #8386BF;
 }
</style>
background-color css

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

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

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

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

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

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