#8589B9

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

Shades of Wild Blue Yonder #8589B9

Tints of Wild Blue Yonder #8589B9

Color information

#8589B9 (or 0x8589B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 89 and B9. RGB value is (133,137,185). Sum of RGB (Red+Green+Blue) = 133+137+185=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #8589B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589B9 is #7A7646. Grayscale: #8D8D8D. Windows color (decimal): -8025671 or 12159365. OLE color: 12159365.

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

Color convert

RGB133137185-
CMYK0.280.2600.27
HSL235.38º27.08%62.35%-
HSV(B)235.38º28.11%72.55%-
XYZ27.3826.3849.55-
YUV141.28152.67122.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.23%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 185 (72.66% from 255) = 40.66%
R=29.23%
G=30.11%
B=40.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331371850.280.2600.27235.3827.0862.35
Hex8589B91C1A01Beb1b3e
Octal20521127134320333533376
Binary10000101100010011011100111100110100110111110101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8589B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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