#8385BE

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

Shades of Wild Blue Yonder #8385BE

Tints of Wild Blue Yonder #8385BE

Color information

#8385BE (or 0x8385BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 85 and BE. RGB value is (131,133,190). Sum of RGB (Red+Green+Blue) = 131+133+190=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #8385BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8385BE is #7C7A41. Grayscale: #8A8A8A. Windows color (decimal): -8157762 or 12486019. OLE color: 12486019.

HSL color Cylindrical-coordinate representation of color #8385BE: hue angle of 237.97º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8385BE is Cyan = 0.31, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131133190-
CMYK0.310.300.25
HSL237.97º31.22%62.94%-
HSV(B)237.97º31.05%74.51%-
XYZ27.0425.3252.18-
YUV138.9156.84122.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.85%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=28.85%
G=29.30%
B=41.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311331900.310.300.25237.9731.2262.94
Hex8385BE1F1E019ee1f3f
Octal20320527637360313563777
Binary10000011100001011011111011111111100110011110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8385BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8385BE; }

 p { color: rgb(131,133,190); }

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

<style>
 a { background-color: #8385BE; }

 a { background-color: rgb(131,133,190); }

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

<style>
 span { border-color: #8385BE; }

 span { border-color: rgb(131,133,190); }

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