#8393BD

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

Shades of Wild Blue Yonder #8393BD

Tints of Wild Blue Yonder #8393BD

Color information

#8393BD (or 0x8393BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 93 and BD. RGB value is (131,147,189). Sum of RGB (Red+Green+Blue) = 131+147+189=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #8393BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393BD is #7C6C42. Grayscale: #929292. Windows color (decimal): -8154179 or 12424067. OLE color: 12424067.

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

Color convert

RGB131147189-
CMYK0.310.2200.26
HSL223.45º30.53%62.75%-
HSV(B)223.45º30.69%74.12%-
XYZ28.9829.3752.29-
YUV147151.7116.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=28.05%
G=31.48%
B=40.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311471890.310.2200.26223.4530.5362.75
Hex8393BD1F1601Adf1f3f
Octal20322327537260323373777
Binary10000011100100111011110111111101100110101101111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8393BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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