#8593BF

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

Shades of Wild Blue Yonder #8593BF

Tints of Wild Blue Yonder #8593BF

Color information

#8593BF (or 0x8593BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 93 and BF. RGB value is (133,147,191). Sum of RGB (Red+Green+Blue) = 133+147+191=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #8593BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593BF is #7A6C40. Grayscale: #939393. Windows color (decimal): -8023105 or 12555141. OLE color: 12555141.

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

Color convert

RGB133147191-
CMYK0.300.2300.25
HSL225.52º31.18%63.53%-
HSV(B)225.52º30.37%74.9%-
XYZ29.5129.6253.45-
YUV147.83152.36117.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 191 (75% from 255) = 40.55%
R=28.24%
G=31.21%
B=40.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331471910.300.2300.25225.5231.1863.53
Hex8593BF1E17019e21f40
Octal205223277362703134237100
Binary100001011001001110111111111101011101100111100010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8593BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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