#8395BA

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

Shades of Wild Blue Yonder #8395BA

Tints of Wild Blue Yonder #8395BA

Color information

#8395BA (or 0x8395BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 95 and BA. RGB value is (131,149,186). Sum of RGB (Red+Green+Blue) = 131+149+186=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #8395BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395BA is #7C6A45. Grayscale: #939393. Windows color (decimal): -8153670 or 12227971. OLE color: 12227971.

HSL color Cylindrical-coordinate representation of color #8395BA: hue angle of 220.36º degrees, saturation: 0.28, 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 #8395BA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131149186-
CMYK0.300.2000.27
HSL220.36º28.5%62.16%-
HSV(B)220.36º29.57%72.94%-
XYZ28.9729.8750.69-
YUV147.84149.54115.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.11%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=28.11%
G=31.97%
B=39.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311491860.300.2000.27220.3628.562.16
Hex8395BA1E1401Bdc1c3e
Octal20322527236240333343476
Binary10000011100101011011101011110101000110111101110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8395BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8395BA; }

 p { color: rgb(131,149,186); }

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

<style>
 a { background-color: #8395BA; }

 a { background-color: rgb(131,149,186); }

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

<style>
 span { border-color: #8395BA; }

 span { border-color: rgb(131,149,186); }

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