#8387BF

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

Shades of Wild Blue Yonder #8387BF

Tints of Wild Blue Yonder #8387BF

Color information

#8387BF (or 0x8387BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 87 and BF. RGB value is (131,135,191). Sum of RGB (Red+Green+Blue) = 131+135+191=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #8387BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8387BF is #7C7840. Grayscale: #8B8B8B. Windows color (decimal): -8157249 or 12552067. OLE color: 12552067.

HSL color Cylindrical-coordinate representation of color #8387BF: hue angle of 236º 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 #8387BF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131135191-
CMYK0.310.2900.25
HSL236º31.91%63.14%-
HSV(B)236º31.41%74.9%-
XYZ27.4325.9152.85-
YUV140.19156.67121.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.67%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 191 (75% from 255) = 41.79%
R=28.67%
G=29.54%
B=41.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311351910.310.2900.2523631.9163.14
Hex8387BF1F1D019ec203f
Octal20320727737350313544077
Binary100000111000011110111111111111110101100111101100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8387BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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