#8589BE

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

Shades of Wild Blue Yonder #8589BE

Tints of Wild Blue Yonder #8589BE

Color information

#8589BE (or 0x8589BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 89 and BE. RGB value is (133,137,190). Sum of RGB (Red+Green+Blue) = 133+137+190=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #8589BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589BE is #7A7641. Grayscale: #8D8D8D. Windows color (decimal): -8025666 or 12487045. OLE color: 12487045.

HSL color Cylindrical-coordinate representation of color #8589BE: hue angle of 235.79º 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 #8589BE is Cyan = 0.3, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133137190-
CMYK0.30.2800.25
HSL235.79º30.48%63.33%-
HSV(B)235.79º30%74.51%-
XYZ27.9126.652.38-
YUV141.85155.17121.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=28.91%
G=29.78%
B=41.30%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331371900.30.2800.25235.7930.4863.33
Hex8589BE1E1C019ec1e3f
Octal20521127636340313543677
Binary10000101100010011011111011110111000110011110110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8589BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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