#8594BE

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

Shades of Wild Blue Yonder #8594BE

Tints of Wild Blue Yonder #8594BE

Color information

#8594BE (or 0x8594BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 94 and BE. RGB value is (133,148,190). Sum of RGB (Red+Green+Blue) = 133+148+190=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #8594BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8594BE is #7A6B41. Grayscale: #949494. Windows color (decimal): -8022850 or 12489861. OLE color: 12489861.

HSL color Cylindrical-coordinate representation of color #8594BE: hue angle of 224.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8594BE is Cyan = 0.3, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133148190-
CMYK0.30.2200.25
HSL224.21º30.48%63.33%-
HSV(B)224.21º30%74.51%-
XYZ29.5629.8852.93-
YUV148.3151.53117.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=28.24%
G=31.42%
B=40.34%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331481900.30.2200.25224.2130.4863.33
Hex8594BE1E16019e01e3f
Octal20522427636260313403677
Binary10000101100101001011111011110101100110011110000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8594BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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