#8390BE

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

Shades of Wild Blue Yonder #8390BE

Tints of Wild Blue Yonder #8390BE

Color information

#8390BE (or 0x8390BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 90 and BE. RGB value is (131,144,190). Sum of RGB (Red+Green+Blue) = 131+144+190=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #8390BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390BE is #7C6F41. Grayscale: #919191. Windows color (decimal): -8154946 or 12488835. OLE color: 12488835.

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

Color convert

RGB131144190-
CMYK0.310.2400.25
HSL226.78º31.22%62.94%-
HSV(B)226.78º31.05%74.51%-
XYZ28.6328.4952.71-
YUV145.36153.19117.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.17%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=28.17%
G=30.97%
B=40.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311441900.310.2400.25226.7831.2262.94
Hex8390BE1F18019e31f3f
Octal20322027637300313433777
Binary10000011100100001011111011111110000110011110001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8390BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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