#8396B9

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

Shades of Wild Blue Yonder #8396B9

Tints of Wild Blue Yonder #8396B9

Color information

#8396B9 (or 0x8396B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 96 and B9. RGB value is (131,150,185). Sum of RGB (Red+Green+Blue) = 131+150+185=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #8396B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396B9 is #7C6946. Grayscale: #949494. Windows color (decimal): -8153415 or 12162691. OLE color: 12162691.

HSL color Cylindrical-coordinate representation of color #8396B9: hue angle of 218.89º 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 #8396B9 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131150185-
CMYK0.290.1900.27
HSL218.89º27.84%61.96%-
HSV(B)218.89º29.19%72.55%-
XYZ29.0230.1450.19-
YUV148.31148.71115.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.11%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 185 (72.66% from 255) = 39.70%
R=28.11%
G=32.19%
B=39.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311501850.290.1900.27218.8927.8461.96
Hex8396B91D1301Bdb1c3e
Octal20322627135230333333476
Binary10000011100101101011100111101100110110111101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8396B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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