#8590BD

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

Shades of Wild Blue Yonder #8590BD

Tints of Wild Blue Yonder #8590BD

Color information

#8590BD (or 0x8590BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 90 and BD. RGB value is (133,144,189). Sum of RGB (Red+Green+Blue) = 133+144+189=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #8590BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590BD is #7A6F42. Grayscale: #919191. Windows color (decimal): -8023875 or 12423301. OLE color: 12423301.

HSL color Cylindrical-coordinate representation of color #8590BD: hue angle of 228.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8590BD is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133144189-
CMYK0.300.2400.26
HSL228.21º29.79%63.14%-
HSV(B)228.21º29.63%74.12%-
XYZ28.8328.6152.15-
YUV145.84152.36118.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=28.54%
G=30.90%
B=40.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331441890.300.2400.26228.2129.7963.14
Hex8590BD1E1801Ae41e3f
Octal20522027536300323443677
Binary10000101100100001011110111110110000110101110010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8590BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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