#8591BE

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

Shades of Wild Blue Yonder #8591BE

Tints of Wild Blue Yonder #8591BE

Color information

#8591BE (or 0x8591BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 91 and BE. RGB value is (133,145,190). Sum of RGB (Red+Green+Blue) = 133+145+190=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #8591BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8591BE is #7A6E41. Grayscale: #929292. Windows color (decimal): -8023618 or 12489093. OLE color: 12489093.

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

Color convert

RGB133145190-
CMYK0.30.2400.25
HSL227.37º30.48%63.33%-
HSV(B)227.37º30%74.51%-
XYZ29.0928.9652.77-
YUV146.54152.52118.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.42%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=28.42%
G=30.98%
B=40.60%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331451900.30.2400.25227.3730.4863.33
Hex8591BE1E18019e31e3f
Octal20522127636300313433677
Binary10000101100100011011111011110110000110011110001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8591BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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