#8396B8

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

Shades of Wild Blue Yonder #8396B8

Tints of Wild Blue Yonder #8396B8

Color information

#8396B8 (or 0x8396B8) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 96 and B8. RGB value is (131,150,184). Sum of RGB (Red+Green+Blue) = 131+150+184=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 184 - color contains mainly: blue. Hex color #8396B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396B8 is #7C6947. Grayscale: #949494. Windows color (decimal): -8153416 or 12097155. OLE color: 12097155.

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

Color convert

RGB131150184-
CMYK0.290.1800.28
HSL218.49º27.18%61.76%-
HSV(B)218.49º28.8%72.16%-
XYZ28.9230.149.63-
YUV148.2148.21115.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.17%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 184 (72.27% from 255) = 39.57%
R=28.17%
G=32.26%
B=39.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1311501840.290.1800.28218.4927.1861.76
Hex8396B81D1201Cda1b3e
Octal20322627035220343323376
Binary10000011100101101011100011101100100111001101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8396B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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