#8485BA

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

Shades of Wild Blue Yonder #8485BA

Tints of Wild Blue Yonder #8485BA

Color information

#8485BA (or 0x8485BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 85 and BA. RGB value is (132,133,186). Sum of RGB (Red+Green+Blue) = 132+133+186=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 133 (52.34% from 255 or 29.49% 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 #8485BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8485BA is #7B7A45. Grayscale: #8A8A8A. Windows color (decimal): -8092230 or 12223876. OLE color: 12223876.

HSL color Cylindrical-coordinate representation of color #8485BA: hue angle of 238.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8485BA is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132133186-
CMYK0.290.2800.27
HSL238.89º28.12%62.35%-
HSV(B)238.89º29.03%72.94%-
XYZ26.7725.2349.91-
YUV138.74154.67123.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.27%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=29.27%
G=29.49%
B=41.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321331860.290.2800.27238.8928.1262.35
Hex8485BA1D1C01Bef1c3e
Octal20420527235340333573476
Binary10000100100001011011101011101111000110111110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8485BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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