#8594BA

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

Shades of Wild Blue Yonder #8594BA

Tints of Wild Blue Yonder #8594BA

Color information

#8594BA (or 0x8594BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 94 and BA. RGB value is (133,148,186). Sum of RGB (Red+Green+Blue) = 133+148+186=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #8594BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8594BA is #7A6B45. Grayscale: #939393. Windows color (decimal): -8022854 or 12227717. OLE color: 12227717.

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

Color convert

RGB133148186-
CMYK0.280.2000.27
HSL223.02º27.75%62.55%-
HSV(B)223.02º28.49%72.94%-
XYZ29.1329.7150.65-
YUV147.85149.53117.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.48%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=28.48%
G=31.69%
B=39.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331481860.280.2000.27223.0227.7562.55
Hex8594BA1C1401Bdf1c3f
Octal20522427234240333373477
Binary10000101100101001011101011100101000110111101111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8594BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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