#8593BD

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

Shades of Wild Blue Yonder #8593BD

Tints of Wild Blue Yonder #8593BD

Color information

#8593BD (or 0x8593BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 93 and BD. RGB value is (133,147,189). Sum of RGB (Red+Green+Blue) = 133+147+189=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #8593BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593BD is #7A6C42. Grayscale: #939393. Windows color (decimal): -8023107 or 12424069. OLE color: 12424069.

HSL color Cylindrical-coordinate representation of color #8593BD: hue angle of 225º 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 #8593BD is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133147189-
CMYK0.300.2200.26
HSL225º29.79%63.14%-
HSV(B)225º29.63%74.12%-
XYZ29.2929.5352.3-
YUV147.6151.36117.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=28.36%
G=31.34%
B=40.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331471890.300.2200.2622529.7963.14
Hex8593BD1E1601Ae11e3f
Octal20522327536260323413677
Binary10000101100100111011110111110101100110101110000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8593BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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