#8394B9

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

Shades of Wild Blue Yonder #8394B9

Tints of Wild Blue Yonder #8394B9

Color information

#8394B9 (or 0x8394B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 94 and B9. RGB value is (131,148,185). Sum of RGB (Red+Green+Blue) = 131+148+185=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #8394B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394B9 is #7C6B46. Grayscale: #929292. Windows color (decimal): -8153927 or 12162179. OLE color: 12162179.

HSL color Cylindrical-coordinate representation of color #8394B9: hue angle of 221.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8394B9 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131148185-
CMYK0.290.2000.27
HSL221.11º27.84%61.96%-
HSV(B)221.11º29.19%72.55%-
XYZ28.7129.5150.08-
YUV147.14149.37116.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.23%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 185 (72.66% from 255) = 39.87%
R=28.23%
G=31.90%
B=39.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311481850.290.2000.27221.1127.8461.96
Hex8394B91D1401Bdd1c3e
Octal20322427135240333353476
Binary10000011100101001011100111101101000110111101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8394B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8394B9; }

 p { color: rgb(131,148,185); }

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

<style>
 a { background-color: #8394B9; }

 a { background-color: rgb(131,148,185); }

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

<style>
 span { border-color: #8394B9; }

 span { border-color: rgb(131,148,185); }

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