#8392BA

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

Shades of Wild Blue Yonder #8392BA

Tints of Wild Blue Yonder #8392BA

Color information

#8392BA (or 0x8392BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 92 and BA. RGB value is (131,146,186). Sum of RGB (Red+Green+Blue) = 131+146+186=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #8392BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8392BA is #7C6D45. Grayscale: #919191. Windows color (decimal): -8154438 or 12227203. OLE color: 12227203.

HSL color Cylindrical-coordinate representation of color #8392BA: hue angle of 223.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8392BA is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131146186-
CMYK0.300.2200.27
HSL223.64º28.5%62.16%-
HSV(B)223.64º29.57%72.94%-
XYZ28.528.9350.54-
YUV146.07150.53117.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.29%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=28.29%
G=31.53%
B=40.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311461860.300.2200.27223.6428.562.16
Hex8392BA1E1601Be01c3e
Octal20322227236260333403476
Binary10000011100100101011101011110101100110111110000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8392BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8392BA; }

 p { color: rgb(131,146,186); }

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

<style>
 a { background-color: #8392BA; }

 a { background-color: rgb(131,146,186); }

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

<style>
 span { border-color: #8392BA; }

 span { border-color: rgb(131,146,186); }

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