#8390BB

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

Shades of Wild Blue Yonder #8390BB

Tints of Wild Blue Yonder #8390BB

Color information

#8390BB (or 0x8390BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 90 and BB. RGB value is (131,144,187). Sum of RGB (Red+Green+Blue) = 131+144+187=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #8390BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390BB is #7C6F44. Grayscale: #909090. Windows color (decimal): -8154949 or 12292227. OLE color: 12292227.

HSL color Cylindrical-coordinate representation of color #8390BB: hue angle of 226.07º degrees, saturation: 0.29, 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 #8390BB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131144187-
CMYK0.300.2300.27
HSL226.07º29.17%62.35%-
HSV(B)226.07º29.95%73.33%-
XYZ28.328.3651-
YUV145.01151.69118-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.35%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=28.35%
G=31.17%
B=40.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311441870.300.2300.27226.0729.1762.35
Hex8390BB1E1701Be21d3e
Octal20322027336270333423576
Binary10000011100100001011101111110101110110111110001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8390BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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