#8393BE

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

Shades of Wild Blue Yonder #8393BE

Tints of Wild Blue Yonder #8393BE

Color information

#8393BE (or 0x8393BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 93 and BE. RGB value is (131,147,190). Sum of RGB (Red+Green+Blue) = 131+147+190=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 147 (57.81% from 255 or 31.41% 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 #8393BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393BE is #7C6C41. Grayscale: #929292. Windows color (decimal): -8154178 or 12489603. OLE color: 12489603.

HSL color Cylindrical-coordinate representation of color #8393BE: hue angle of 223.73º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8393BE is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131147190-
CMYK0.310.2300.25
HSL223.73º31.22%62.94%-
HSV(B)223.73º31.05%74.51%-
XYZ29.0929.4152.86-
YUV147.12152.2116.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.99%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=27.99%
G=31.41%
B=40.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311471900.310.2300.25223.7331.2262.94
Hex8393BE1F17019e01f3f
Octal20322327637270313403777
Binary10000011100100111011111011111101110110011110000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8393BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,147,190); }

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

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

 a { background-color: rgb(131,147,190); }

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

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

 span { border-color: rgb(131,147,190); }

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