#8385BA

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

Shades of Wild Blue Yonder #8385BA

Tints of Wild Blue Yonder #8385BA

Color information

#8385BA (or 0x8385BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 85 and BA. RGB value is (131,133,186). Sum of RGB (Red+Green+Blue) = 131+133+186=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #8385BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8385BA is #7C7A45. Grayscale: #8A8A8A. Windows color (decimal): -8157766 or 12223875. OLE color: 12223875.

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

Color convert

RGB131133186-
CMYK0.300.2800.27
HSL237.82º28.5%62.16%-
HSV(B)237.82º29.57%72.94%-
XYZ26.6125.1549.91-
YUV138.44154.84122.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.11%
GREEN value IS 133 (52.34% from 255) = 29.56%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=29.11%
G=29.56%
B=41.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311331860.300.2800.27237.8228.562.16
Hex8385BA1E1C01Bee1c3e
Octal20320527236340333563476
Binary10000011100001011011101011110111000110111110111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8385BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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