#8395BB

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

Shades of Wild Blue Yonder #8395BB

Tints of Wild Blue Yonder #8395BB

Color information

#8395BB (or 0x8395BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 95 and BB. RGB value is (131,149,187). Sum of RGB (Red+Green+Blue) = 131+149+187=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #8395BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395BB is #7C6A44. Grayscale: #939393. Windows color (decimal): -8153669 or 12293507. OLE color: 12293507.

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

Color convert

RGB131149187-
CMYK0.300.2000.27
HSL220.71º29.17%62.35%-
HSV(B)220.71º29.95%73.33%-
XYZ29.0829.9151.25-
YUV147.95150.04115.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=28.05%
G=31.91%
B=40.04%

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
Decimal1311491870.300.2000.27220.7129.1762.35
Hex8395BB1E1401Bdd1d3e
Octal20322527336240333353576
Binary10000011100101011011101111110101000110111101110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8395BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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