#8589BF

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

Shades of Wild Blue Yonder #8589BF

Tints of Wild Blue Yonder #8589BF

Color information

#8589BF (or 0x8589BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 89 and BF. RGB value is (133,137,191). Sum of RGB (Red+Green+Blue) = 133+137+191=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #8589BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589BF is #7A7640. Grayscale: #8D8D8D. Windows color (decimal): -8025665 or 12552581. OLE color: 12552581.

HSL color Cylindrical-coordinate representation of color #8589BF: hue angle of 235.86º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8589BF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133137191-
CMYK0.300.2800.25
HSL235.86º31.18%63.53%-
HSV(B)235.86º30.37%74.9%-
XYZ28.0226.6452.96-
YUV141.96155.67121.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 191 (75% from 255) = 41.43%
R=28.85%
G=29.72%
B=41.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331371910.300.2800.25235.8631.1863.53
Hex8589BF1E1C019ec1f40
Octal205211277363403135437100
Binary100001011000100110111111111101110001100111101100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8589BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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