#8392BE

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

Shades of Wild Blue Yonder #8392BE

Tints of Wild Blue Yonder #8392BE

Color information

#8392BE (or 0x8392BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 92 and BE. RGB value is (131,146,190). Sum of RGB (Red+Green+Blue) = 131+146+190=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #8392BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8392BE is #7C6D41. Grayscale: #929292. Windows color (decimal): -8154434 or 12489347. OLE color: 12489347.

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

Color convert

RGB131146190-
CMYK0.310.2300.25
HSL224.75º31.22%62.94%-
HSV(B)224.75º31.05%74.51%-
XYZ28.9329.152.81-
YUV146.53152.53116.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=28.05%
G=31.26%
B=40.69%

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
Decimal1311461900.310.2300.25224.7531.2262.94
Hex8392BE1F17019e11f3f
Octal20322227637270313413777
Binary10000011100100101011111011111101110110011110000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8392BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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