#8590BA

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

Shades of Wild Blue Yonder #8590BA

Tints of Wild Blue Yonder #8590BA

Color information

#8590BA (or 0x8590BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 90 and BA. RGB value is (133,144,186). Sum of RGB (Red+Green+Blue) = 133+144+186=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #8590BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590BA is #7A6F45. Grayscale: #919191. Windows color (decimal): -8023878 or 12226693. OLE color: 12226693.

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

Color convert

RGB133144186-
CMYK0.280.2300.27
HSL227.55º27.75%62.55%-
HSV(B)227.55º28.49%72.94%-
XYZ28.5128.4850.45-
YUV145.5150.86119.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.73%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=28.73%
G=31.10%
B=40.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331441860.280.2300.27227.5527.7562.55
Hex8590BA1C1701Be41c3f
Octal20522027234270333443477
Binary10000101100100001011101011100101110110111110010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8590BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8590BA; }

 p { color: rgb(133,144,186); }

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

<style>
 a { background-color: #8590BA; }

 a { background-color: rgb(133,144,186); }

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

<style>
 span { border-color: #8590BA; }

 span { border-color: rgb(133,144,186); }

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